Adventure Game Studio

Community => General Discussion => Topic started by: Icey on Sun 17/04/2011 23:03:14

Title: like button in your Sig or on you post?
Post by: Icey on Sun 17/04/2011 23:03:14
Page on facebook example (http://www.facebook.com/pages/Studio3-DLG/163525293694274?sk=app_190322544333196)

Is there a way to get a FB like button in your Sig or on you post?
Title: Re: like button in your Sig or on you post?
Post by: Atelier on Sun 17/04/2011 23:19:50
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.
Title: Re: like button in your Sig or on you post?
Post by: Icey on Sun 17/04/2011 23:25:36
Aww :(, ok.

P.S. It's only Remade like  that for my facebook group. :D
Title: Re: like button in your Sig or on you post?
Post by: monkey0506 on Tue 19/04/2011 03:23:24
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.
Title: Re: like button in your Sig or on you post?
Post by: Icey on Tue 19/04/2011 04:08:21
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.
Title: Re: like button in your Sig or on you post?
Post by: cyndarelli on Thu 21/04/2011 20:17:32
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" />
Title: Re: like button in your Sig or on you post?
Post by: monkey0506 on Thu 21/04/2011 21:07:38
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.