zfirst
Forum Replies Created
-
+1 for including the AddThis button in the floatbar. It’s been an important part of my organization’s social network outreach for more than two years.
Forum: Plugins
In reply to: [HungryFEED] [Plugin: HungryFEED] Truncate TitleQuick tip for others who might try this solution: I just realized that the php code error I was getting was due to my having copied the code from the email version of verysimple’s forum reply that ww.wp.xz.cn sent me. If I’d started with the code as he posted it here in the forum, I believe I would’ve been good to go.
Forum: Plugins
In reply to: [HungryFEED] [Plugin: HungryFEED] Truncate TitleThanks for the quick fix! Using your code in WP 3.4.1, I got an “unexpected ‘;'” error. I tweaked it a bit as follows and everything works great (in addition to fixing the syntax, I upped the string length to 42 characters and replaced the three periods with an HTML ellipsis character):
if (strlen($title) > 42) $title = substr($title,0,42) . '…';Forum: Plugins
In reply to: [HungryFEED] [Plugin: HungryFEED] Truncate TitleFor reasons specific to my site, the RSS fix doesn’t work. Any chance you could implement a title truncation parameter in the same manner as the description truncation parameter? I’ve tried a variety of non-CSS workarounds including all manner of approaches within Yahoo Pipes, but can’t get any of them to give me exactly what I need (the title truncated to an arbitrary character length and followed by an ellipsis, unless the title is already that length or shorter, in which case it doesn’t get an ellipsis appended).
Forum: Plugins
In reply to: [My YouTube Channel] [Plugin: YouTube Channel] iframe option not functionalThanks for checking out these bugs.
Testing compatibility with IE is simple: http://netrenderer.com/. No windows box required.
Forum: Plugins
In reply to: [My YouTube Channel] [Plugin: YouTube Channel] Causes a Script Error in IE?I encountered this problem, too — with Windows 7 and IE 9. YTC was set to show iframe (HTML5 player).