Multiple Facebook Like buttons (different activities) on one page?
Posted
by Larry K
on Stack Overflow
See other posts from Stack Overflow
or by Larry K
Published on 2010-05-02T16:21:09Z
Indexed on
2010/05/02
16:28 UTC
Read the original article
Hit count: 444
facebook-like
|Hello,
My one web page uses Ajax to display information about multiple activities.
I'd like to have one Like button per activity. This would mean multiple Like buttons on the page, one per activity. Can this be done?
Can the Like button's url include #!state1 ?
Eg, a web page is located at www.example.com/index.html
It has multiple FB Like buttons on it, one for url www.example.com/index.html#!activity1 another for www.example.com/index.html#!activity2
Will the two Like buttons work independently?
© Stack Overflow or respective owner