Title: jimbutt's Replies | WordPress.org

---

# jimbutt

  [  ](https://wordpress.org/support/users/jimbutt/)

 *   [Profile](https://wordpress.org/support/users/jimbutt/)
 *   [Topics Started](https://wordpress.org/support/users/jimbutt/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jimbutt/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jimbutt/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jimbutt/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jimbutt/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jimbutt/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Fatal Error on Homepage](https://wordpress.org/support/topic/fatal-error-on-homepage-1/)
 *  [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-on-homepage-1/page/6/#post-5587952)
 * Thanks for reaching out on a separate post. Same issue. Renamed the file and 
   it seems to work fine. Will monitor and report if there is any change.
 * Thanks for the help. Good luck with the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OPML Importer] OPML Importer v.02 Fails](https://wordpress.org/support/topic/opml-importer-v02-fails/)
 *  [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/opml-importer-v02-fails/#post-3369695)
 * Ahh, when I removed this line, it got part of the way through.
 * <?xml version=”1.0″ encoding=”utf-8″?>
 * The new error is:
 * XML error: XML_ERR_NAME_REQUIRED at line 16
 * I can’t see anything unusual about line 16. It’s just one feed of 9 that precede
   it.
 * Also, I think the OPML import function only supports OPML Version 1.0 and Feedly
   is generating Version 2.0. I suspect V2.0 accepts multiple Outline tokens.
 * I did an export of my current links to see the format.
 * Feedly is not generating the “category” & “title” token properly. It treats categories
   as just another rss feed. (I’ve noted this on the Feedly support page. This new
   OPML service is only days old as of this writing.)
 * I’m not sure how WP handles multiple imported category tags anyway, though it
   generates one “blogroll” (my category tag) tagged outline token at the start 
   of the list. I could imagine having to create link categories that match the 
   Feedly categories, but I’d rather WP took care of that task.
 * Just more fodder.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OPML Importer] OPML Importer v.02 Fails](https://wordpress.org/support/topic/opml-importer-v02-fails/)
 *  [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/opml-importer-v02-fails/#post-3369694)
 * Trying to use the new Feedly [http://cloud.feedly.com/#opml](http://cloud.feedly.com/#opml)
   option to extract my feeds into my blogroll.
 * I get the same result whether I use the URL or download the OPML to a text file
   and upload. Nothing uploads.
 * Error is:
 * XML error: Not well-formed (invalid token) at line 3
 * The token is <head>, which I removed in the text file and it still failed to 
   upload. Same error, though, for <body>. Tried removing it (and it’s / pair). 
   No joy. Same error against <outline> token. I stopped trying.
 * Anyone have a similar challenge?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[FreeMind WP Browser] Have a headache after several hours trying to figure this out](https://wordpress.org/support/topic/have-a-headache-after-several-hours-trying-to-figure-this-out/)
 *  [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/have-a-headache-after-several-hours-trying-to-figure-this-out/#post-7745943)
 * OK, I played a bit longer.
 * On my server (godaddy), /html is the top level directory. This directory houses
   my wp-admin, wp-content, etc. folders. Essentially, as noted in the readme.txt.
 * In that same directory, I created an “mm” folder.
 * My shortcode is: [freemind file=”../mm/map.mm” /]
 * The key thing is that I changed the name of the file from a long thing with special
   characters (including underscores and an ampersand, “&”) to just “map.mm”.
 * Problem solved.
 * I experimented a bit with names on the site and shortcode references.
 * Filename | Reference | Result
    map.mm | map.mm | works m&ap.mm | m&ap.mm | “undefined”
   bubble (a first time for me) m&ap.mm | m&&ap.mm | “undefined” bubble m&ap.mm 
   | m/&ap.mm | “undefined” bubble m-ap.mm | m-ap.mm | works map.mm | map.mm | works
   again
 * I don’t suspect there is an overall character limitation, but ampersands definitely
   seem to upset the file name parser. Not being a Unix/Linux expert (but knowing
   enough to be dangerous), I can only guess. [If someone can offer a parsing string
   that avoids this problem, I’m sure it will be welcome.]
 * Also, for reference, I’ve used the “mm” folder name throughout this experiment.
 * Give it another try and holler back if it works or not. I suspect it will.
 * So in the end, this does exactly what it should do, provide a browser of a standard
   mm file. It’s not complex or pretty, but it gets the job done. Now that we’ve
   hopefully resolved the directory/filename issue, I suspect this plugin to get
   much more use.
 * As I’d stated earlier, the developer uses it on his own website (which has been
   updated recently with a project mm file).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[FreeMind WP Browser] Have a headache after several hours trying to figure this out](https://wordpress.org/support/topic/have-a-headache-after-several-hours-trying-to-figure-this-out/)
 *  [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/have-a-headache-after-several-hours-trying-to-figure-this-out/#post-7745941)
 * Agree. Completely unsupported plugin. If others can post their shortcode, perhaps
   I can figure out where to drop the folder/file so it can be found. The author
   is using this plugin, so at least he’s figured it out. If others have sites that
   are using this, please share. We’d all like to learn. jb
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't change the width of video in sidebar widget](https://wordpress.org/support/topic/cant-change-the-width-of-video-in-sidebar-widget/)
 *  [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/cant-change-the-width-of-video-in-sidebar-widget/#post-2506456)
 * When I tried this, I got a bunch of whitespace after the video caption. Not an
   improvement.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Norman YouTube Plugin] [Plugin: SubZane YouTube Plugin] Sidebar Widget Thumbnail Sizes](https://wordpress.org/support/topic/plugin-subzane-youtube-plugin-sidebar-widget-thumbnail-sizes/)
 *  [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-subzane-youtube-plugin-sidebar-widget-thumbnail-sizes/#post-2204627)
 * Same issue here. I guess there is no support for this widget. Pity, because except
   for this change, I’m quite happy with it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loading](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/)
 *  Thread Starter [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/#post-2475169)
 * I see that it updated, so that process is working. We’re clear. Thanks for all
   your help and good luck with improvements. I’ll incorporate this change as recommended.
   I think we’re resolved. All the best!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loading](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/)
 *  Thread Starter [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/#post-2475139)
 * Do you know how often the feed will update? Been 40 min since my last tweet. (
   Forgive me for not digging back through the forum.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loading](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/)
 *  Thread Starter [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/#post-2475138)
 * “We had joy we had fun we had seasons in the sun!”
 * Thanks, sir! See for yourself! [http://www.jimbutt.com](http://www.jimbutt.com)
 * Now even MORE reliable! Happy New Year!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loading](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/)
 *  Thread Starter [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/#post-2475104)
 * Just a thought. Does JetPack interfere at all?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loading](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/)
 *  Thread Starter [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-reliable-twitter-tweets-not-loading-1/#post-2475103)
 * Thanks. I’ll keep trying, but all I get are 3 little squares flashing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexo Archives] [Plugin: Flexo Archives] How can I get the current year to auto-expand?](https://wordpress.org/support/topic/plugin-flexo-archives-how-can-i-get-the-current-year-to-auto-expand/)
 *  [jimbutt](https://wordpress.org/support/users/jimbutt/)
 * (@jimbutt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-flexo-archives-how-can-i-get-the-current-year-to-auto-expand/#post-2310089)
 * Works perfectly. Thanks a heap.

Viewing 13 replies - 1 through 13 (of 13 total)