Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
In my Wordpress blog, I want to change the Facebook comment iframe position in my single posts.
It is currently at the end of the post but I want to move it to under the line to the "No Comments yet." part.
You have added the code in the wrong position.
You need to remove the code from inside <div class="entry"> place and move it the bottom inside of <div id="comments">.
If you provide us with the simplified code you are using, we can show you where it needs to be placed.
Update: Since you are using wordpress, then you may have to contact the developer to ask them to change it. If you are using placeable code, then please show us.
Like #Jason said, 1) ask the developer or 2) edit the plugin yourself (kinda hard).
3) Use the Facebook comments https://developers.facebook.com/docs/reference/plugins/comments/ and place it as you like!
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I'm not sure as to why my entire website is not displaying, i've tried everything that was recommended but still nothing works. My banner image and text is not showing up when I published the website on github.
What my website should look like:
file:///Users/tamannahoque/Documents/Skincare/index.html#products
(if that works)
The code:
https://github.com/TamannaHoque/the-ordinary.github.io
The website when published on github:
https://tamannahoque.github.io/the-ordinary.github.io/
The basic website is being displayed on GitHub; but, your images and other items the website refers to contain links that don't refer to the "GitHub published" locations, so all you are getting is the HTML.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
We run the blog Tracasseur http://www.tracasseur.com and been doing it for 4 years. We have the blog at Blogger. Always when we post the link to our latest post on our Facebook page https://www.facebook.com/tracasseur the right picture from the post has been chosen. But suddenly the other day it has stopped working. Now Facebook only give us the opportunity to choose between 2 pictures that are not included in the post, but they are on the blog in the right column. How can we solve this problem? And why has this problem suddenly occurred, we haven't changed anything?
You need to specify the image to use in your blog's HTML meta tags, see http://developers.facebook.com/docs/opengraphprotocol/
Edit: Looks like your blog is handled by blogger, there are more specific instructions for that here: http://www.bloggerhow.com/2012/07/implement-open-graph-in-blogger-blogs.html
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is it possible? As it is, it just seems rather large on my webpage currently, and I'd like to shrink it down.
If it makes a difference, I'm using the standard embed code displayed alongside the Gist. In my case, that's <script src="https://gist.github.com/4090046.js"></script>.
Unless you:
change the source of that GitHub js script (and store it on your website)
want to do any other kind of modification (like shrink that GitHub Javascript yourself, and call that shrink-ed version), with services like packer,
you won't be able to get a shorter js script from GitHub itself.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a gallery with hidden div, and if you hover over the gallery, the description will slide out on the right to show the image/video description, along a with Google Ad on the bottom. It's like Mashable and Huff gallery. My question is, is it legal? Am I breaking any TOS for the Google Adsense program?
It's legal, the only think you're doing is displaying it when a user hovers over a div. If you were deceiving the user, or something like that, it would be a different story.
Also, here's the TOS to reference.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
This morning dynamically generated links to FB pages from our app stopped working. Link to a page like this http://www.facebook.com/pages/125567350861413 used to work just fine, now it requires page name http://www.facebook.com/pages/Daniels-Real-Estate/125567350861413
Why would this be changed? Was there a problem with old pages link format?
We tweaked our code to take into account page name and made it work. But if a user changes the name of a page the link to this page will break, until we refresh the list of pages in our db. We'll write a chron job that will refresh the list of page names for all users using our app multiple times a day, but we'd prefer not having to do that.
Anyone else ran into this issue? What was your workaround (other than the above)?
While this is probably an off-topic question, you can get the page url using the graph api:
http://graph.facebook.com/125567350861413 and looking at the link property. As to why Facebook changed this, you would have to ask them at their developer group or log a bug.