I'm changing the thumbnail that appears when someone shares my site

I built my site in Adobe Muse CC 2014. Then I tried to share my site on facebook and the thumbnail selection, he collected is completely useless (all random text pieces). I found a few queries on the same kind of thing, and the solution is to add code to the HTML code of the page properties section:

< property meta = "og: image" content = "URL of your thumbnail image" / >

In this code, I need to replace "Your thumbnail image URL" to a picture of my Web site. At first I thought to just add "MountJayDesign.jpg", who told me when I arrived the debugger of facebook to scrape the new my Web site information that wasn't going to work. Realizing that I should add the url and not just the file name, I gave the url where the image is in my website (twice with slight differences in the code):

'www.mountjay.com/MountJayDesign.jpg '.

(and)

'www.mountjay.com/images/MountJayDesign.jpg '.

However, I always get this message for both (with the link):

Object to URL ' http://mountjay.com/ ' type 'website' is not valid because the given value 'www.mountjay.com/MountJayDesign.jpg' for the property "og: image: url" could not be analyzed as a type "url".


I am of course add the information in wrong, if someone could tell me what I did wrong that would be fantastic. Here is the final code I use in my date HTML;


< property meta = "og: image" content = "www.mountjay.com/Home/MountJayDesign.jpg" / >


See you soon!

Hello

I see two problems,

1. the url is not good for the image, www.mountjay.com/Home/MountJayDesign.jpg

2 meta property should go in the head section, at the present time, it is under body (if you insert the html code). go to the properties of the page-> metadata-> head. Paste this here and check the site again,

Please let me know if you have any other question.

Tags: Adobe Muse

Similar Questions

Maybe you are looking for