like button in your Sig or on you post?

Started by Icey, Sun 17/04/2011 23:03:14

Previous topic - Next topic

Icey

Page on facebook example

Is there a way to get a FB like button in your Sig or on you post?

Atelier

Yeah when you create a page there's a box somewhere that you can copy and paste the code into your website. However, it probably won't work in forum sigs.

PS. That's some seriously twisted shit you've done on the welcome page.

Icey

Aww :(, ok.

P.S. It's only Remade like  that for my facebook group. :D

monkey0506

Hey..are you aware that the AGS Forums and Facebook are not the same thing?

I'm just curious. Coz you could copy the image and link of any "Like" button into a post or forum signature and it would work if you were logged in (to Facebook)..

But you're not going to be able to put a Like button on your forum posts to see how many people like each individual post..it doesn't work that way.

Icey

#4
Yes, I am aware of that now, tell you the truth I really don't care for the button anymore. If I wan't to share something however all I have to do is copy the url in to the comment box on Facebook and post it from there.

P.S. I read your sig, I really posted that! o.O
Wow I really need to make sure my sentences make sense.

it's supposes to say No I only use it to add extra fun to my wii and adding cloud strife to smash bros.

cyndarelli

The i-frame version

For the simple i-frame version, it’s one line of code:1   <iframe src="Some Facebook URL" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px">


You can generate your own bit of i-frame code for any URL of your choosing (and tweak the parameters) using the tool at the bottom of this page on Facebook’s developer site

The content inside the i-frame is hosted by Facebook, and Facebook can detect whether the user is logged in or not using a cookie. If the person is logged in to Facebook, the stuff in the i-frame is personalized for them. It shows a list of their friends who have also liked the page. If they’re not logged in, they’ll be prompted to log in or to join.
The JavaScript version

The slightly more complicated JavaScript version of the button utilizes two other bits of Facebook technology: the XFBML fb:like tag and Facebook’s JavaScript SDK.1   <fb:like href="Your URL" layout="standard" show-faces="true" width="450" action="like" colorscheme="light" />

monkey0506

That's not the point seeing as whether a signature or a forum post these forums do not allow HTML or JavaScript.

I don't mean any disrespect to you in any way, just pointing out that it still doesn't let you put a Like button in your post or signature.

SMF spam blocked by CleanTalk