PDA

View Full Version : Hot to integrate this Facebook-Plug


Baghira
03-28-2011, 06:20 PM
Hello.

I found something when google for facebook-plugs:

<!-- START socialbookmarkscript.com CODE -->
<script type="text/javascript">
// facebook_url should be set to your facebook profile
// otherwise the current page is used for bookmarking
// for example http://www.facebook.com/pages/Social...00511266681404
var facebook_url = "";
// facebook_vcenter (vertical center) can be true or false
var facebook_vcenter = true;
// facebook_position can be left or right
var facebook_position = 'left';
</script>
<script type="text/javascript" src="http://scripts.socialbookmarkscript.com/jq142.js"></script>
<script type="text/javascript" src="http://scripts.socialbookmarkscript.com/fb002001.js"></script>
<div id="socialbookmarkscript_div_link"><a href='http://socialbookmarkscript.com/facebook.php'>Facebook Like Button</a></div>
<div id="facebooksidepanel_div"></div>

Does anyone know how to integrate this to every vb mainpage (CMS, Forum, Blog and other pages) or just global for all?

Thanks

Example how it looks like:
socialbookmarkscript.com (http://www.socialbookmarkscript.com)

Baghira

BirdOPrey5
03-28-2011, 10:30 PM
Just put it at the top of your footer template, working for me,

Baghira
03-29-2011, 11:53 AM
Great ;o)

Thank you very much

Baghira