Recently I am facing a problems with one of my website. I have a website (http://www.sclrship.com) of wordpress that contain feature image and an image inside the post. But over last few days, I saw that while I try to post in facebook, it display "Database Error" instead of displaying image and description from post. For example if I want to share this link (http://www.sclrship.com/ias-sts-long-term-fellowship-programme-for-international-fellows-in-austria/) it will display Database Error.
On the other hand, if I share another post from shame website like (http://www.sclrship.com/eyes-high-doctoral-student-scholarship-for-international-students-at-university-of-calgary-in-canada-2015-2/), then it is displaying everything with image.
Any idea how to fixed this issue?
Related
I want to embed the latest updating post from Instagram profile in the website homepage. Now I can select a particular post in the profile and while embedding that on it shows in the site. But is there any way to get the latest one only without directly mentioning the post?
I tried to add a single post but when I tried the embed option from profile it only shows as
enter image description here no profile name or an thing related to it is not showing
I'm rather new to PyroCMS and I have run into a problem on a project I'm working on. I have a custom image field for my blog posts which I'm trying to use for my featured image. In the admin section I create posts and upload images successfully, but after saving the post my image does not display anymore both on the front and back end.
By inspecting element on the front end (with Google Chrome) I can see the URL for the image to be displayed, but opening that URL in a new tab just outputs a lot of gibberish code. Any ideas?
This has me confused because I tried out the same setup locally on my computer using XAMPP and everything works perfectly. Contacting my web host for technical assistance resulted to me being advised to employ the services of an experienced PyroCMS developer.
Thanks.
I have a Magento website and have facebook Like link on it. Clicking on it allows me to share that product on my FB wall... But it sometimes shows the right thumbnail image and description and sometimes it doesn't.
Could any one help me fix this? Is this a known bug or soemthing that I need to tweak in order to fix it?
Once you change the image in your website the image wont be changed in facebook until it scrapes it again.
To scrape it again you can use below url
http://developers.facebook.com/tools/debug
OK
I've actually spent 3 hours searching for how should I get images correctly on my drupal site so please don't get annoyed with this easy question. (sob...)
I want to upload an image to my front page as a button for redirecting to login page.
How CAN I achieve this?????I mean how should I store image as in Drupal and how can I get it in the position I want on the page???
I tried creating a content type called image and then created a View of block type but it doesn't seems correct to me.
What is the correct set of steps for storing and handling images in drupal??
Thanks
Create a block in your Drupal site and assign it to a region in the front page. Added the Image via PHP code there.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How does Facebook Sharer select Images?
On one of my sites I want the users to be able to share a page and with that attach the page image as thumbnail on facebook. If I use my “Share” button which I have on my Google Toolbar in my browser, it displays the headline, some of the text and my image – everything looks just alright.
But, if I copy the URL and put it into my Status field on facebook, it only displays the title and my h1 headline but no picture. So almost identical, except the missing picture.
I’m not enough familiar with the facebook way to “extract” images on when coping an URL into the Status field but it strikes me as weird that the “shared” pop-up page works fine and not the other.
Can it have something to do how I reference the image in my code? As it is now, the picture are displayed with this link <img src="/uploads/sqrecipe/54/312_530x400_d99dcd230.jpeg" alt="312_530x400_d99dcd230" />
There is some other images as well on the page, but which is not the, like “post image” and they are referenced the same way as the above post image.
Hope some of you can sheet some light on this issue. Any hints og solutions would be very much appreciated.
Sincere
- Mestika
You have to add a meta tag to inform Facebook of the image you want to share as thumbnail. Use this code below in your <head> section
<meta property="og:image" content="http://www.yourwebsite.com/uploads/sqrecipe/54/312_530x400_d99dcd230.jpeg" />
Note: you have to specify the absolute URL for the image, including your domain name. You can read more here.
Also, the page may be cached by fb servers, you can refresh the fb cache using the Lint tool found here:
http://developers.facebook.com/tools/lint/