Title: WordPress MU support?
Last modified: August 21, 2016

---

# WordPress MU support?

 *  Resolved [tgiokdi](https://wordpress.org/support/users/tgiokdi/)
 * (@tgiokdi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/)
 * The submit button isn’t working on my MU installation, there’s a security warning,
   which I’m assuming is because some of the elements of the plugin are being loaded
   from the main site (www.tikiwebgroup.com) and some elements are being loaded 
   by the site that the plugin is running from (www.darkmeme.com)
 * Would it be possible to make the plugin WordPress Network compatible?
 * Also, the ability to have the posts autopublish would be so wonderful 🙂
 * Absolutely wonderful work done on this so far!
 * [https://wordpress.org/plugins/memeone/](https://wordpress.org/plugins/memeone/)

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

 *  anonymized-13144793
 * (@anonymized-13144793)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808682)
 * Hi,
 * Thanks for the feedback! You are right about the warning. Backgrounds for memes
   are being saved at your main site. When you select a background, the plugin requests
   it from your main site to open in a canvas on the site the plugin is running 
   at. HTML5 has a security feature which requires special headers to be used during
   such a transfer. Otherwise it “taints” the canvas, preventing extracting data
   from it. [Here’s](https://developer.mozilla.org/en-US/docs/HTML/CORS_Enabled_Image)
   more info about it. However, if you choose to upload your own background, it 
   will work fine because then the backgrounds would be in the same domain.
 * I’m not really sure how to fix this issue without access to .htaccess. But I’ll
   try to do something about it. Unfortunately I don’t have a lot of experience 
   with WordPress multisites. Is it possible to install plugins independently on
   a given site on the network? Because then you could install the plugin directly
   to [http://www.darkmeme.com](http://www.darkmeme.com) so it would store background
   images in the same domain. (But that kinda defeats the purpose of the multisite
   then…)
 * Yeah, I was also thinking about autopublishing once the meme is reviewed. I’ll
   come up with something about it 🙂
 *  Thread Starter [tgiokdi](https://wordpress.org/support/users/tgiokdi/)
 * (@tgiokdi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808707)
 * Activating the plugin separately is what’s causing the issue I think, the background
   image is being uploaded to the base URL :
 * [http://www.tikiwebgroup.com/darkmeme/wp-content/uploads/sites/17/memeone-backgrounds/philosoraptor.jpg](http://www.tikiwebgroup.com/darkmeme/wp-content/uploads/sites/17/memeone-backgrounds/philosoraptor.jpg)
 * because both the domains are actually in the same directory, you can get to the
   same file by loading:
 * [http://www.darkmeme.com/wp-content/uploads/sites/17/memeone-backgrounds/philosoraptor.jpg](http://www.darkmeme.com/wp-content/uploads/sites/17/memeone-backgrounds/philosoraptor.jpg)
 * Not sure if there’s an opportunity to just use relative links for the images 
   instead of absolute links.
 * And by autopublish I meant no reviewing of the images at all, just post them 
   straight to the archive. And after the upload redirect to the post so the user
   can grab the image immediately and share it.
 *  anonymized-13144793
 * (@anonymized-13144793)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808729)
 * I think I came up with a workaround. The plugin will now check if the website
   is MU and if it is, it will load the background as bit64 encoded string, which
   doesn’t count as a cross-domain call. Could you please try it now? I uploaded
   version 2.0.2. Thanks in advance.
 *  anonymized-13144793
 * (@anonymized-13144793)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808733)
 * Derp. I uploaded the wrong file in ver.2.0.2. That’s what happens when you work
   all day 😀 Version 2.0.3 is the one you want to try.
 * Instead of checking if the website is MU it also checks if the plugin is network
   activated.
 *  Thread Starter [tgiokdi](https://wordpress.org/support/users/tgiokdi/)
 * (@tgiokdi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808734)
 * oh, that’s just beautiful, thank you! it’s working as expected on MU now: [http://www.darkmeme.com/](http://www.darkmeme.com/)
 * I tried making it autopublish by editing ‘memeone.php’ at line 536 from ‘pending’
   to ‘published’ but that results in a post that has no status and is hidden from
   the list of posts on the dashboard (oops). Luckily I just incremented the edit.
   php GET and got the right to the post. Any pointers on how to make it create 
   the post as “published”?
 *  anonymized-13144793
 * (@anonymized-13144793)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808736)
 * oh, it’s just WordPress is a bit inconsistent with namings. Instead of “published”
   try typing “publish” (without -ed at the end). That should do it 🙂 Btw, the 
   line is 544 in version 2.0.3 🙂
 *  anonymized-13144793
 * (@anonymized-13144793)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808737)
 * [http://www.darkmeme.com/wp-content/uploads/sites/17/memeone-memes/534d991450b35.jpg](http://www.darkmeme.com/wp-content/uploads/sites/17/memeone-memes/534d991450b35.jpg)
 * So true 😀
 *  Thread Starter [tgiokdi](https://wordpress.org/support/users/tgiokdi/)
 * (@tgiokdi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808750)
 * aw man, I really thought I tried using ‘publish’, but you’re right, that did 
   the trick.
 * now to to add in wp-ratings and wp-favorites and I’m off to the races!
 *  anonymized-13144793
 * (@anonymized-13144793)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808776)
 * Good luck! Please, don’t hesitate to ask if anything else comes up 😀
    Can I 
   mark this as resolved?

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

The topic ‘WordPress MU support?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/memeone.svg)
 * [MemeOne](https://wordpress.org/plugins/memeone/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/memeone/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/memeone/)
 * [Active Topics](https://wordpress.org/support/plugin/memeone/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/memeone/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/memeone/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: anonymized-13144793
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-mu-support-1/#post-4808776)
 * Status: resolved