Facebook Post

Status
Not open for further replies.

WJ4Ever

Active Member
65
2013
4
10
Hello
How i can create a post like this in facebook?

fbdddd.jpg


I want when a user click on the play redirect on my link.
 
4 comments
Just place this somewhere on your page:

<img src="your_thumnail_image.png" style="display: none;" />

your_thumnail_image.png obviously is an image with a play button on top.. When sharing a website on facebook, facebook scans your code and gets the image.. But its invisible thanks to the css.
 
Check this og:image sets the image

https://developers.facebook.com/docs/sharing/webmasters


eg.

Code:
<meta property="og:image" content="http://img.youtube.com/vi/IYVCXc2OVVM/0.jpg" />


Thanks for the link

I copied the following codes in the header.php above the </head>:

Code:
<meta property="og:url"                content="http://www.rls-movies.com/category/releases" />
<meta property="og:type"               content="article" />
<meta property="og:title"              content="Watch Now" />
<meta property="og:description"        content="Hot 2016" />
<meta property="og:image"              content="http://www.rls-movies.com/wp-content/uploads/2016/05/bmw-play.jpg" />

Created a page :
Page3 - Release Movies

When i insert the page link in the facebook post every thing is ok
But i want when a user click on the image go to the :
Releases - Release Movies
 
Status
Not open for further replies.
Back
Top