Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : ninad 21 Feb 2012, 15:31:58
-
ciao a tutti,
vorrei aggiungere alla mia home page il plug-in di Facebook "mi piace". su FB danno questo codice, ho provato a inserirlo nell'articolo ma non succede nulla. dove devo copiarlo? Grazie!
The most important Social Plugin is the Like Button (https://developers.facebook.com/docs/reference/plugins/like), which enables users to share your page with their friends with one click. You can add a Like button to any page with an [/size]iframe[/font][/size][/font][/color] tag:
[/size]<html> <head> <title>My Great Web page</title> </head> <body> <iframe src="https://www.facebook.com/plugins/like.php?href=YOUR_URL" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"></iframe> </body> </html>[/font]