Archive for Tag ‘Share‘
Published on Tuesday, January 3 2012

Difficult Choices. (Photo by Beppie K, cc-by-nc-sa license)
Over in the WordPress Support forums for WPBook, WPBook user TheCitizen was asking about the absence of “share” links on Wall Excerpts posted via WPBook. I responded that in my experience posts made via the API (by an App, rather than by the user directly) don’t get “share” links inside Facebook.
He pointed to Facebook Page Publish, a WordPress plugin which also cross-posts to Facebook (though it does not import comments). Posts made via this plugin do get a share link.
Digging in a bit, I realized that Facebook Page Publish uses the Link object in the Facebook Graph API, whereas WPBook and WPBook Lite both use a Post object.
What’s the difference? That’s what I’m trying to determine now.
Read more…
Published on Monday, February 9 2009
(Update 2/10/09 – posted a quick bug fix 1.1.1 version just now – fixed two quick bugs in the facebook resizing code. Note that 1.1.1 may not show up in your autoupdate queue inside WordPress for 24 hours as WordPress doesn’t check every time you load the page)
Tagged and released version 1.1 of WPBook earlier today – get it from the wordpress plugin directory or this blog.
New in 1.1 (more info in the README with the plugin):
- Option to show “view post on www.blogurl.com” links associated with each post – shows the blog post in its original context
- Option to move the “share” link and “view original” link to the top or bottom of posts
- Option to show/hide the “add to profile” button
(Thanks to Brandon for all of the new settings).
Also I believe I’ve got the profile.setFBML working – meaning users no longer have to copy default FBML anywhere. At least it works in my two test blogs – let me know if it works for you.
I’ve also included better (I think) documentation, including screenshots of Facebook admin screens, to try to demonstrate the process of setting up an application.
If you’re using WPBook, please visit this page and add your blog in the comments.
Remaining open issues:
- Sociable.es Facebook Connect plugin conflicts. You’ll have to update the facebook client provided with the Connect plugin as described here
- Custom home pages – if your WordPress blog has a homepage that is not the default list of recent posts, I don’t know if this version will work for you – sorry, it is on my list to address but the theme currently assumes a default home page setup
- Javascript/CSS plugin conflicts – if your other plugins use css or javascript to set the height of the body or html elements to 100%, this will interfere with Facebook’s own iframe sizing javascript.
Enjoy!
Published on Saturday, January 17 2009
I’ve just released version 0.9.7 of WPBook (a WordPress plugin to bring blog posts into Facebook and enable comments from Facebook users) here and at the WordPress site.
A few changes since 0.9.3, the last version I blogged about (the most recent version can always be found on this page or at the WordPress site):
Share Button. This version adds a Facebook style “Share this post” button next to each blog post in Facebook, which allows the user to send the posts to Facebook friends or post and individual blog entry to their profile.
Read more…
Published on Wednesday, November 19 2008
Throughout this week and part of last, I’ve been working (in between meetings) on getting Alfresco Labs 3.0 set up on my laptop to be able to demo (and experiment with) their new Share application. The challenge has been in getting the flash-based preview of uploaded multi-page PDF documents working (see this thread in the Alfresco forums for some of the details).
The way the feature should work is that the Alfresco Share application takes the PDF a user uploads into the document library, converts it to an SWF using swftools (one frame of the SWF per each page of the PDF), and then uses the YUI framework to “play” the resulting SWF.
The problem is that for me, depending on the version of Flash installed, the preview SWF cannot be displayed. (Short version: Flash 9.0.45-47 works fine, later Flash versions just result in a spinning cursor which never resolves. The problem is Flash 9.0.45 breaks file upload, which works in later Flash versions).
 Good Flash
|
|
 Bad Flash
|
Just finding this out required a lengthy exercise including full uninstalls of Flash (using Flash uninstaller for Mac OS X, which takes forever since it is a PowerPC binary running on an Intel machine) along with installs of various versions of Flash from the 9.x archive.
It was in this context that I was so happy to see the dialogue Dion Almaer and Brad Neuberg posted at Ajaxian today: How Flash Can Join The Open Web.
Read more…