|
|
ADD YOUR BOT TO YOUR BLOGS
|
Most social networking websites allow you to embed your own content into a small box or module within your blog or profile. You will find a list of links to some of the more popular social networking websites at the end of this webpage. For example, if you want to use an iframe to embed your bot in your Tagged.com profile, you would do this;
1. Click 'MyPage' top of webpage
2. Click 'Add Boxes' top of webpage
3. Follow the instructions on the form. ie:enter title for the box, then
embed your bot with an iframe in the content box, like so:
<iframe src="http://www.linktoyourbot.com" width="350" height="500"></iframe>
You can see an example of this in action on my own Tagged Profile here. note: sometimes my bot goes offline
You can also try <object or <embed, like so:
<OBJECT classid="http://www.linktoyourbot">
bot name
</OBJECT>
<EMBED SRC="http://linktoyourbot.com" HEIGHT="300" WIDTH="400">
|
|
|