Tagged Questions
0
votes
1answer
29 views
OG:Audio facebook meta tags
Does anyone have any Idea how to populate the attached audio file URL into meta elements? Just as you would featured image or something Here's what I tried:
<meta property="og:audio" ...
0
votes
2answers
91 views
Strip hashtag off permalink with php
I use the_permalink() to pass the current page to the facebook like button. But when one goes directly to a comment link with a hashtag, such as example.com/post#comment1, it's considered a separate ...
0
votes
2answers
55 views
Liking a facebook page from wordpress website?
I have added a button that links to a facebook page at the left of my website, I would like to be able to let people like the page directly from my website. How can I do that?
Right now I added the ...
0
votes
0answers
85 views
Facebook. Fetch user photos and post them to blog on the user side [closed]
So I'm looking for some plugin or solution to implement such function. Fetch facebook photos (using json I guess) and post them to the blog.
1
vote
2answers
93 views
Is there a way of putting the facebook social plugins into page template php files?
I was wondering if there was any way of putting the features that come with the "Facebook" wordpress plugin, such as comments, recommend and subscribe, on my front page which I created using a ...
0
votes
1answer
404 views
Want to add comments to NextGEN Gallery
Does anyone know how to do it?
I would like to implement Facebook or Disqus comments.
I am using the gallery with the shutter effect.
Thanks for your help!
2
votes
3answers
3k views
Facebook Comment Count
I am a bit of an amateur when it comes to PHP and WordPress but I have rigged up the following code:
function fb_comment_count($url = 'some url here') {
$filecontent = ...
5
votes
2answers
2k views
Experiences with compiling WordPress using Hip Hop?
What are you experiences compiling Wordpress using Hip Hop? (
https://github.com/facebook/hiphop-php/wiki/running-hiphop
)
Specific:
is this maintainable with upgrades?
is the performance ...