Add the new facebook like button to your website to help market to the Facebook audience.
You can have the button count the # of likes or let it just be a static button.
When a visitor clicks the button it posts to their Facebook wall that they like the name of your web page and provides a link to the page as well.
You can generate the code below:
http://developers.facebook.com/docs/...e/plugins/like
Example code:
<iframe src=”http://www.facebook.com/plugins/like...rscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:100px; height:20px”></iframe>
Replace mporgsoft.com with your url I would also edit the iframe height and width parameters instead of using the generated code to 100 x 20 to make it fit into your webpage nicely.
The share button when added to a webpage and then clicked by a visitor will display differently on the visitor’s facebook wall. It will show an image, title of page, description, etc and will allow others to like, comment and share. It is same as if someone made an entry on their wall.
You can create a share button at:
http://www.facebook.com/facebook-widgets/share.php
The like button when added to a web page and clicked by a visitor create a single line text entry on the Facebook wall telling their friends that they like website title and when clicked directs to the website.
The share button is by far the best tool for advertising, but may be too aggressive for some people. Why not add both?
You can have the button count the # of likes or let it just be a static button.
When a visitor clicks the button it posts to their Facebook wall that they like the name of your web page and provides a link to the page as well.
You can generate the code below:
http://developers.facebook.com/docs/...e/plugins/like
Example code:
<iframe src=”http://www.facebook.com/plugins/like...rscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:100px; height:20px”></iframe>
Replace mporgsoft.com with your url I would also edit the iframe height and width parameters instead of using the generated code to 100 x 20 to make it fit into your webpage nicely.
The share button when added to a webpage and then clicked by a visitor will display differently on the visitor’s facebook wall. It will show an image, title of page, description, etc and will allow others to like, comment and share. It is same as if someone made an entry on their wall.
You can create a share button at:
http://www.facebook.com/facebook-widgets/share.php
The like button when added to a web page and clicked by a visitor create a single line text entry on the Facebook wall telling their friends that they like website title and when clicked directs to the website.
The share button is by far the best tool for advertising, but may be too aggressive for some people. Why not add both?
Comment