WisTex
Forum Replies Created
-
Forum: Plugins
In reply to: [Social] Add Facebook Posts by URLI think you misunderstood. There is a field where I can manually enter Twitter posts. I do not see any field for manually adding Facebook posts.
Forum: Plugins
In reply to: [Social] Add Facebook Posts by URLAnd once you associate the Facebook post to the WordPress post, you can then look for comments to the Facebook posts and then include them as WordPress comments.
Example: GET /10151947998883669/comments
Forum: Plugins
In reply to: [Social] Will this work with WordPress Publicize?To see the results I was looking at, you can use GET /scott.m.stolz/posts instead of GET /me/posts.
Forum: Plugins
In reply to: [Social] Will this work with WordPress Publicize?I noticed that you can search for /me/posts and then parse the results for the URL. That would at least give posts made by the author. Then once you know the ID of the post, you can get all the comments for that post.
Examples:
(Note: You must set an access token before the URLs will display the desired results.)
GET /me/posts
https://developers.facebook.com/tools/explorer?method=GET&path=me%2FpostsGET 10151947998883669/comments
https://developers.facebook.com/tools/explorer?method=GET&path=10151947998883669%2FcommentsSo although you cannot search by URL directly (as far as I can tell), you can search someone’s feed and parse for URLs.
Forum: Plugins
In reply to: [Social] Add Facebook Posts by URLBy the way, I tested it with Graph API Explorer, simply passing the number 10151947998883669 and the post came up.
https://developers.facebook.com/tools/explorer?method=GET&path=10151947998883669
(You will need to set an access token at https://developers.facebook.com/tools/explorer before the correct results will show. I just left it as general permissions.)
Forum: Plugins
In reply to: [Social] Will this work with WordPress Publicize?I’ll have to figure out why Social refuses to post to Facebook then. WordPress will post to Facebook via JetPack, but when the Social Plugin tries to do it, it fails and says something about an invalid password or something like that.
Forum: Plugins
In reply to: [Social] Will this work with WordPress Publicize?I looked through the entire codebase. I am not sure where to change it so it looks for JetPack’s post URL format instead of the Social plugin’s format. Anyone know how to change it?
Forum: Plugins
In reply to: [Social] Adding custom broadcast tokens?Is there any documentation for how non-programmers can do this? Like, which line specifically do we change and where to upload the file?
Forum: Plugins
In reply to: [Social] Will this work with WordPress Publicize?I see that WordPress JetPack is posting the link as http://blog.morepossibilities.info/?p=2231&fb_source=pubv1 to Facebook, not http://blog.morepossibilities.info/?p=2231 which is what is mentioned in the FAQ. I wonder if the &fb_source=pubv1 tacked on the end is affecting things.
Forum: Plugins
In reply to: [Social] Will this work with WordPress Publicize?Well, after almost a week of posting, it appears that the Social plugin is not compatible with WordPress’s JetPack Publicize functionality, at least on the Facebook side. The Social plugin can find Twitter posts, but cannot find the Facebook posts.
The FAQ said that sometimes it takes 72 hours for Facebook posts to appear, but it has been longer than that, and nothing posted in Facebook (replies, likes, etc.) is showing up in the blog comments at all.
Anyone else have this issue?
Forum: Plugins
In reply to: [MeetupUserActivityWidget] Works, but shows unwanted info from other groupsHere is why. The activity feed is probably not the best feed to use for what we want. Here is what the activity feed does:
Forum: Plugins
In reply to: [MeetupUserActivityWidget] Works, but shows unwanted info from other groupsSame issue here. I was hoping to be able to show the activity feed for my group, not everyone else’s group. Not very useful in its current form, at least for me.
If you could make it so it only shows the activity for the group specified in the widget, that would be great.
Forum: Plugins
In reply to: [WP Meetup] [Plugin: WP Meetup] Upgrade from 1.4.3 to 1.4.4 breaks formattingSeemed to be a temporary bug. Resolved itself somehow.
Or it is possible his site got hacked and the admin of the site needs to do some cleanup.
I went to http://laughtrip.com/ and rated a couple posts. It worked for me in Google Chrome on a Windows Vista machine.
What browser and operating system are you using?