Adding a Guestbook

How can I add a Guestbook to my WordPress created site?

Searching on google you will find a lot of Guestbook services.

Choose a service you like and embed the Guestbook into WordPress using an iFrame.

Simply paste this snippet of HTML code into your post:

<iframe src=
"guestbook url"
style="width:615px; height:800px;
border-color:#990033;
border-style:solid;
border-width:0px"

scrolling="yes" >
</iframe>

And change the parameters in red.
- Guestbook url: will be provided by the guestbook service you choose
- Changing the other two parameters you change width and height of the iframe displaying your guestbook.

A good and free Guestbook service provider is: UltraGuest

Once you signed up to UltraGuest go to Account=>Link Code and you will find a code like this:

<!-- UltraGuest HTML Code Start -->
<center>
[ <a href="http://www.ultraguest.com/view/....................">View Guestbook</a> ]
[ <a href="http://www.ultraguest.com/sign/...................">Sign Guestbook</a> ]
<br><a href="http://www.ultraguest.com"><font size="1">Free Guestbook by UltraGuest.com</font></a>
</center>
<!-- UltraGuest HTML Code End -->

(In the code you will find numbers instead of the dots)

The URL you need to put into the iFrame is the View Guestbook one, hence:

http://www.ultraguest.com/view/....................

Example: the wordpressfaq.org - Guestbook.


WordPressFAQ.org - Tutorials, Tips & Tricks is made with and for WordPress.
It's an EBookStoretoday.com company. It’s presented by Cédric and hosted by HostExcellence.com

I would like you to give me feedback on this page by commenting in the appropriate section of the Forum. Tell me if it's been helpful. If it wasn’t please tell me why. If you think something is missing please tell me what. If you have questions about it post them there and I will probably try to give you an answer.

Thank you for visiting and supporting my website,
- Cédric -



Share
This entry was posted in Uncategorized. Bookmark the permalink.

Comments are closed.