In the above share snapshot, playlist being shared in a customised way.
I used all the og:tags type|music, music.album, og:audio artist. But mine share happens like this only.
Is the customised feature available only for whitelist partners? Any help is appreciated.
Related
is there a way to share my e-commerce app products? like the amazon app. when you click on share. it makes a URL for you, and you can send the URL to everyone.
and if you click on share it gives you this link.
can anyone please help me on how to share my e-commerce app's products
you will have to use two packages for this...
dynamic plugin
share plugin
1. dynamic link
2. share
you use the dynamic link to generate the short link of the product then use share to share it to users. so if user click on it it will automatic bring them to the production...
dynamic video
First, you need to have a route to your product in your app. You probably already have that. If not, you need to build that. There are really too many ways to do that and the one to pick depends on what you did so far in your app and how you handle navigation.
Assuming you are at a point where you can create a link to a product by hand, you can use share_plus to open the device/platform specific sharing dialog in your application and share that link. Check out their example and go from there.
I am not sure if i am asking this correctly or the terminology are correct but it is according to my understanding. I am developing a video hosting website and i want my users to share those videos to social network and may be embed them on their website. What i like is when they share those videos, in their feed they should be able to play those videos without leaving the their current social networks, its just like youtube, when i share videos on twitter or facebook i can play youtube videos from there without opening the youtube site. Where should i look into to build such widget ? How do i create such?
Make sure that the pages the videos reside on that are shared contain valid and correct OpenGraph tags.
Have a look at
https://developers.facebook.com/docs/reference/opengraph/object-type/video.other/
https://developers.facebook.com/docs/sharing/opengraph/using-objects
https://developers.facebook.com/docs/sharing/best-practices
I don't know if it's already possible but I am trying to implement a "sharing system" on my site. Basically I have a blog and I want to add a section where people can share one picture or one entire album so it can be visible on the site itself.
Since I don't want to re-invent the wheel, I would love to do that via Facebook. I already have a Facebook Page for my site, so it would be really interesting if users could directly share the photos they already uploaded via Facebook with my existing page. I thought about using "tags" but it's too limited for what I wanted to do.
Anyone can help ?
Facebook didn't allowed to use the feature of shared albums (https://www.facebook.com/help/151724461692727/) in SDK, so you need to find an alternative.
I am trying to create a bookmarklet to process some Facebook data about my contacts, what will possibly require to load another profile pages and see who my friends are.
I am trying to know which urls should I query to get this information. And also how to interact with FB's UI libraries and/or elements.
Is there any documentation for this?
You probably are looking for Facebook JavaScript SDK.
Here is documentation on the FB.ui(): http://fbdevwiki.com/wiki/FB.ui
EDIT: it's updated by user contributions and lately it hasn't been changed much
I am developing iPhone app where I need to provide integration with different social media like FaceBook, Twitter, Google etc. I have seen couple of iPhone applications that allow people to login using their existing FB or Twitter accounts and allow to post comments, like/unlike, follow people etc. I want to implement something similar but not sure where to start with. Could anyone please suggest me right direction? Any documentation and sample code would be great help.
Thanks.
http://developers.facebook.com/ has just about all the info you might need.
Further also look in Apples library as it contains sample code and extensive information about most topics.
#AppleDeveloper, check out Socialize; this is exactly the problem we're working to solve: http://www.GetSocialize.com. Full feature list at http://go.GetSocialize.com/features
The problem with just putting Facebook into your app is that your download base of users aren't all friends on Facebook. So any sharing in the app using Facebook will only go out to that user's friends.
Socialize lets all users of the app see the social actions other users of the app take, in addition to allowing those social actions to be shared on Facebook (and soon Twitter & Google+ as well). Then we give you a reporting dashboard so you can see the effect of all the social actions on downloads & user engagement: http://go.GetSocialize.com/dashboard
Let me know if this is the type of thing you're looking for.
DROdio