Facebook Open Graph Markup not working - html

I am using Facebook Open Graph Markup on this page:
http://www.muktbharat.com/index.php/article/display/hritik_leaves_movie/11093
But when I share this page on Facebook the Facebook is not able to fetch the image. But the og:image tag is present in website.
Please help. Why FB is not able to fetch any image from that website?

From the Url Debgugger
og:image could not be downloaded or is too small
og:image was not defined, could not be downloaded or was not big enough. Please define a chosen image using the og:image metatag, and use an image that's at least 200x200px and is accessible from Facebook.
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.muktbharat.com%2Findex.php%2Farticle%2Fdisplay%2Fhritik_leaves_movie%2F11093
Your image specified is 180p x 240px. You should use a larger image.

Related

how to make html webpage a part of website

I've just created my own website with my own domain with IONOS.
On the side, I had created a webpage which was hosted using XAMP, so currently to view my webpage I have to use the URL http://localhost/project1/index.html#
However, I'd like to integrate it into my website if possible?
For example have a section on my webpage where I show a thumbnail of the webpage and when clicked it takes me to www.mywebsite.co.uk/project1
I'm not sure how to go about this though?
You can use Iframe.
See Html Standard and w3schools for more detail about it.
like:
<iframe src="https://www.w3schools.com" title="W3Schools Free Online Web Tutorials"></iframe>
The <iframe> tag specifies an inline frame. An inline frame is used to embed another document within the current HTML document.
<iframe src="www.mywebsite.co.uk/project1" title="My HTML Page"></iframe>

img src not displaying image but image is working on other website

I am trying to fetch an image from Instagram. The link to the image is working well on Instagram.
But when I go to use it in img tag it's not fetching.
This image doesn't have any .jpg .png etc. format.
Photo Link: here edited
When I use it in HTML:
How can I get the exact URL or fetch the image that doesn't have any .jpg .png etc. format?
Please help.
just open the image in a new tab
save it in the desktop from there
and relay it from your system.

How do I get all the preview thumbnail images of a Vimeo video

I want to show all the preview thumbnail images of a Vimeo on a pages. I'm the owner of a Vimeo Pro account but I don't see any options or an API call to get them. A file with the timestamps and an image url would be good enough.
I can't run a script to generate them myself so I was wondering if anyone found such an option?
If you are talking about the preview thumbnails that appear when you seek on a video, those are not currently available via the API.
I'll make a note though, and see if we can add them in the future.

Gif size impact on mail size when received in inbox

I have made a html email with a 10 mb gif in, the mail itself, when received is only 84kb. I'm trying to figure out if the 10mb is just downloaded when the mail is opened as any other image, or if it more like streaming a video, so it's downloaded while you watching it.
I can't find any information online on how .gifs are treated by mail clients.
If the image is embedded then the email should be larger.
If it's an img tag with url then it shouldn't be larger.
This blog post discusses the pros and cons of embedding images vs not embedding.
So if its only href, then the image is not present in the e-mail, but only url link to itself. So it will not contains 10MB of image content.
It will download no image, because .gif is not embed to the e-mail; e-mail contains only url to the image. So receiver of the e-mail can click on that url and it will open the image in his browser (and the browser will download that image).

how to upload videos in html from folder & from youtube and how they will be shown like pictures are shown after doing thumnails

I have one video file inmy system I want it to attach it on my html page.I want same thing with youtube videos also.I want that when i open my html form this video appear as like same as pictures are seen at thumnails.means i dont want only links..I tried stackoverflow links but no one is telling from starting .I am telling u frankly i dont know even making a link of my sytem video file in html form,..I can make links for image,files etc but for video si dont know.So plz guide ..
1.HOw to make a simple link of video file which is in my system drive.
2.HOw this video will be displayed like pictures are displayed at thumbnails
3.How to upload youtube videos(not want only link)...
If you have a video file then you need an image to represent your thumbnail. To create a link that will allow someone to download the video is as simple as:
<a href="url of your video file">
<img src="url of the thumbnail image"/>
</a>
Then the user will see the thumbnail image and when they click on it they will get the video. If you wish to embed the video in a player you can select the player of choice such as FlowPlayer or any of a million others.
You question about you-tube I assume you mean to embed you-tube videos on yout site. If that is the case visit the video on you-tube and there is an embed text box on the page with the code that you must copy and paste into your site.
EDIT:
The FlowPlayer that I linked to (not an endorsement) has a page that describes in great detail how to do what you are asking for here. If you follow each step then you will get exactly what you envision.
Another Edit:
To play a particular file format you need to use an appropriate player. I do not know all the players but you want to make sure that the format you use is popular enough so that users do not have to download special plugins just to see your video.
If you visit the DivX website you will find their embeddable player that can play mkv files on your website. They have a Code Generator that produces the code that you will use to embed the player on your site.
As for various options like starting in pause mode etc you will have to read the documentation of the player that you use to see what options they allow.
you an download ny video from youtube and these videos are in .flv format so why u are taking tension.Just use them frequently.And for youtube videos u do not need to use flowplay just add youtube video url and add object that will be given in that page just above the related video..
But me too do not how to allign it on right side or in middle of the page..Can anybody tell..