![]() |
Youtube vide embed thumbnail / Firefox messes up page layout
Hello everyone,
I have two questions, 1. I have a webshop on shopify.com. There I have a shop with products and a blog. I have succesfully embeded a facebook "like" Button to each product and to each blog article. So if someone likes a product, on his facebook profile the product picture is displayd. so is when someone likes a blog article. we then see the picture from that blog article on his facebook profile. so fine so good. if I now post a video (youtube or vimeo) on my blog and someone likes it, it is displayed on his facebook profile but facebook doesnot know what picture to display and uses a picture from my footer... which isnt great! people on facebook should be able to see a thumbnail of the video. i have did some research and found out that this code in the main html is responsible for the thumbnails on facebook: Code:
<meta property="og:site_name" content="{{ shop.name }}" />I know by now that youtube generates thumbnails like this: img.youtube.com/vi/VIDEO_ID/1.jpg What I need would be something like: "if theres a video in the article you have to take this image: img.youtube.com/vi/VIDEO_ID/1.jpg anyone knows how to code that? or maybe someone knows a webpage where such a code is already posted, I assume i'm not the only one who needs such a code. ------------- My 2nd question is that a single page of my webpage is messed up in firefox. safari and chrome are able to show it correctly. but in firefox the whole layout is kind of pushed down. heres the link: http://www.demesamis.com/collections...products/crest this applies to all products. but all the other pages are fine in all browsers. Anyone knows why? Thanks in advance for any help Best regards comi |
oh i think i found the solution myself for the second problem. i set this: div.row.clearfix { margin-bottom: 60px } to 0px. i have no idea why it worked but it did! :)
|
| All times are GMT +1. The time now is 10:32 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.