Group multilanguage Facebook likes - facebook-like

I,ve got a Webshop which supports multiple languages.
On my product detail page, users can like products.
But, the english version of the page has a different url than the dutch version of the page.
for example:
en: www.domain.com/en/product
nl: www.domain.com/nl/product
When a user likes the product on the english page, the dutch page has no likes.
Is there a possibility within the facebook like button to group this likes,
so every version of the page has the same amount of likes?
Thanks in advance!

Related

All types of Ads in Facebook Ad Library API?

I try to use Facebook Ad Library API to search and find ads from particular page ids, but it is restricted to political ads only?! Yes, this is also mentioned in the docs, but I have found several pages saying that the Facebook Ad Library API is now (03/2019) open to all kinds of ads not just political ones. Any ideas?
Thanks for your help!
https://www.facebook.com/business/help/2405092116183307?id=288762101909005
All active ads a Page is running across Facebook Products are visible in the Ad Library. You can search for an advertiser to view the active ads running from the advertiser's Page.
For ads about social issues, elections or politics, you can search by Page name or keyword, and then filter by: […]
Ads that are not about social issues, elections or politics will only be discoverable through visiting a Page in the Ad Library and will not surface in keyword searches.
So, you can access all ads for a particular page, if you search for that particular advertiser, and then go check what ads they are running.
If you want to search adds by keyword, then the results will be limited to those from the social issues, elections or politics categories.

How does Ucommerce display marketing campaigns in Sitecore?

I created three marketing campaigns, two of them are being displayed on all pages, while the third one is displayed with others on the product pages only. This is how I display campaigns in C# code:
var campaignItems = MarketingLibrary.GetTargetedCampaignItems();
Ucommerce does it correctly, but I want to know how Ucommerce knows that two campaigns are for all pages and that one is only for the product page, and control it through my C# code.
I use Sitecore 8.2

How to get official page from a merged page

I'll explain the question with an example: the facebook page "the eagles" is now merged with the official band page "Eagles" (https://www.facebook.com/EaglesBand); if a user has a "like" on "the eagles" and I retrieve it through facebook connect, how can I get the new, official, page? The APIs still provides the old page name and id.
Thanks.

photo not in any album facebook

i've noticed that there are some photos that doesn't appear in any albums. This photos are published by fan on a facebook page.
Is there any way to get this photos by the API ?
The API call /feed returns all the posts of the wall, but many of this photo that i seen in the wall on browser doesn't appear in the response of the API.
Any idea ?
Try using below
https://graph.facebook.com/<YOUR_PAGE_NAME>/picture
Hope this help
Kaushik
I use
graph.facebook.com/PAGEID/photos
Permissions Needed: user_photo_video_tags or friends_photo_video_tags.
refer to: http://developers.facebook.com/docs/reference/api/user/ user photos
http://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fphotos
I have a live example of this usage is you wish to test. it is an iframe plugin that feeds the photos for a page. "is not set up for users".
Just replace "anotherfeed" page user name with any page.
https://anotherfeed.com/api.beta.php?type=photos&pageid=anotherfeed&width=350&height=500&limit=20&offset=0

Multiple Facebook Likes - Have to link to 1 Facebook Page?

Ive made a website which you can 'like' and this is linked to the Facebook Page.
Is it possible to have individual blog posts 'liked'? If so, how could I still link these to the Facebook Page in some manor?
Thanks
You can set up Like Buttons for individual blog posts as long as each post has a distinct URL (which should be the case).
You cannot simultaneously Like a blog post and a Facebook page. A Like exists between one user and one Facebook object: http://developers.facebook.com/docs/reference/fql/like/
If you want to increase your Facebook page Like count, you can either direct people to the page itself or add a Like Box to your blog.