Facebook

Like my blog :) and my Facebook fan page

Monday, February 27, 2012

Immage link and FB Plugin

Read!

1.HTML Is Internet script,use for immage link,FB Plugins,Twiter plugins,Games,Forums,website and blogs like my one.
2.You can't script HTML without anyhelp from anyone so I decide to help you.
3.I want help you for HTML starting scripts.
============================================================================
1.Immage link:

<a href="URL From website" target="_blank">
<img src="URL From picture" />
</a>
This is immage link and when you click on this open new tab.

2.Facebook Like plugins:

To have facebook like button is very easy way but if you donw know HTML you cant use it.

http://developers.facebook.com/docs/reference/plugins/like/

Put your URL to Like and choice syle,font,send button and click get code.
IFRAME code is more great bicuase automaticly translate the like button on evry languge.
HTML5 is also nice but is only for one languge (that one who you will choice)

Example:

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

there on yellow text you choice languge for example and The like button will be on that languge who you will type :)






No comments:

Post a Comment