General (0 plugins) | |||||
Unsorted Plugins (63 plugins) | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Multisite Widgets Context | 1.1.2 | 92 | 10 | 1275 |
| |||
A WordPress Multisite Plugin that runs a Widget in a context of another site that belongs to the network How it works On every Widget, this plugin adds a select menu that you can choose on which sit... e context you will execute the widget. It also has a option to pull the widget data from target site, you can check this option if you want to populate the data of widget that depends of the context site, with content from the target site. See Screenshots to understand better. | ||||||||
Individual Multisite Author | 1.2.5 | 100 | 7 | 1406 |
| |||
This plugin enables individual author descriptions for each single blog in a multisite network. When running WordPress Multisites to maintain various top level domains or a multilingual version of your site you might probably run into the problem of having the same author description / biography on each of them. This is unfortunate not only on multilingual sites. Long story short, this plugin enables you to enter the author biography for each user on a per blog basis. You don’t have to do anything, but to install and activate the plugin and to enter the author bio into through the dashboard(s) of your site(s). Please visit the github repository on https://github.com/webzunft/multisite-individual-author if you want to contribute, post a specific feature request or bug report. Some things site admins and developers might want to know: the plugin only works when multisite support is enabled, but wouldn’t harm a normal blog when activated (is just not doing anything there) the biography is saved using a custom profile field for each blog with the pattern 'ima_description_BLOGID', e.g. img_description_3 the filter get_the_author_description is used to load the "right" description; this is used by the_author_meta() and get_the_author_meta() functions | ||||||||
R3DF Multisite Blog Slug Remover | 1.0.0 | 100 | 7 | 1772 |
| |||
Removes the '/blog' slug from the main site permalinks in a multisite. This plugin removes the '/blog' slug from the main site permalinks of a sub-folder multisite install. The intended purpose for this plugin is for multilingual installations where the main site is the default language (although I'm sure there are other applications). These sites are of often for businesses where having the '/blog' in the permalink (URL) does not make sense. '/blog' is automatically removed from the main site permalinks upon plugin activation. '/blog' is automatically restored in permalinks upon plugin deactivation. | ||||||||
WP REST API Multisite | 0.1 | 60 | 2 | 563 |
| |||
Very simple wordpress plugin who add the posibility to list all sites in WP REST API. Very simple wordpress plugin who add the posibility to list all sites in [http://wp-api.org/](WP REST API). Endpoint is /sites. A list of site is returned. It's a direct output of the wp_get_sites - the format is the same. | ||||||||
Multisite Ads | 1.1.0 | 70 | 2 | 585 |
| |||
Includes custom HTML/CSS/JS code in the network. Includes custom HTML/CSS/JS code in the network. Very simple, but sometimes useful plugin. After activation visit Network Admin --> Settings --> Multisite Ads for setup. Nothing else is needed. Developed for private use, but has perspective for more extensive usage. I can't guarantee any support in the future nor further development, but it is to be expected. Kindly inform me about bugs, if you find any, or propose new features: info@ewsel.com. | ||||||||
Export 2 Multisite | 0.2 | 60 | 2 | 596 |
| |||
Exports your standalone database SQL for import into a WP Multisite installation. Export 2 Multisite exports your standalone database SQL for import into a WP multisite installation. It handles duplicate users (based on email) and will copy over all site settings including Widgets and Menus. You still need to copy the files for your themes, plugins and uploads. This plugin has been minimally tested, but has been used to successfully migrate a handful of standalone sites to a multisite installation. There is a good possibility it won't work for sites that make use of a multitude of plugins - especially plugins that have their own database tables. Installation Create a new site on the Multisite. Copy the plugins and themes from this standalone site to the Multisite. Copy the files from wp-content/uploads/ on this site to wp-content/uploads/sites// on the multisite. Backup the database on the Multisite. Provide the Site ID of the Multisite. This can be found by hovering the mouse over the new site on Network Admin->Sites. Provide the New URL. Example: //mysite.my-wp-multisite.com Provide the New file path (The file path of the Multisite installation). Export the database dump. Import the SQL into your Multisite installation. Important: The exported SQL will DROP the tables that were created for the Site ID you provided. So only perform this migration on new empty Sites. Note that the you may need to review the exported SQL to ensure that plugin database tables have been exported correctly. The site admin (username and password) is the user you created while creating the new Site, NOT the site admin of this standalone site. The guts of this export plugin were inspired by this blog post The code for this plugin has been modified from the WP Migrate DB plugin, but should not conflict with it in any way. | ||||||||
Remove WPMU Dashboard Install Nag | 1.3.0 | 100 | 32 | 9581 |
| |||
This plugin removes the nag notice at the top of WPMU plugins and themes. WPMU has great themes and plugins. Unfortunately, many, if not most, come with a nag notice that admins see about installing their notifications dashboard plugin. If you've bought one plugin for your site this is probably overkill. If you're a developer you don't need this on your client's sites. This is a simple plugin that removes the notice. The 1.3 version has been checked against WP 4.4 and recent WPMU plugins, but still should be backwards compatible with older versions of WPMU plugins. Note: If you do decide to you install the WPMU notifications plugin, please deactivate this one first. Errors may occur if you don't. If you like this plugin consider donating: http://www.protospace.com/wpmu-no-nag-plugin/ | ||||||||
Multisite Auditor | 1.2 | 100 | 3 | 931 |
| |||
The only plugin that can properly audit your themes and plugins for LARGE multisite installations (1000+ sites) The Multisite Auditor gives details on which sites are using which themes and which plugins. This plugin is optimised and designed for large multisite installations that have more than 1000 sites. However, it will also work very well with smaller networks. Features Displays data and stats for each any every theme and plugin Shows theme use across the entire network Shows plugin use across the entire network Quickly view the most popular themes and most activated plugins Shows themes that no longer exist - i.e. broken sites Easily bulk switch sites using one theme from another Uses jQuery datatables for much easier sorting / searching that the standard WP tables Audit your site once - data is kept to date automatically | ||||||||
MU Central Taxonomies | 1.0 | 74 | 3 | 971 |
| |||
On a multisite network, this makes a child site use the main site's categories and taxonomies instead of its own. Sometimes you want the different sites on a multisite network to share their taxonomies. This plugin forces a child site to use its parent's taxonomies instead of its own. | ||||||||
MultiSite System Cron | 1.0 | 100 | 2 | 756 |
| |||
For WordPress MultiSite installs, allows accurate and private system crontab requests instead of classic WP-Cron. The WordPress Cron implementation needs web visits to be triggered regularly. If you don't want to depend on the possible visits, or need a more accurate cron requests, it's easy to setup the Linux crontab to replace the WP-Cron system. Simply disable the WP-Cron adding the constant DISABLE_WP_CRON to the wp-config.php file, and create a new crontab line with wget or curl commands fetching the wp-cron.php URL of your blog. But for WordPress MultiSite installs you will need one crontab line for each blog and, if you have many blogs, it is not simple to maintain and configure all the cron calls. Also, there is a risk to overlap requests, possibly affecting server performance or WordPress behaviour. The aim of this plugin is to provide a method to implement Linux cron requests for WordPress MultiSite with only one line in the Linux crontab. This only one request points to the main blog cron URL, but with special arguments, ensuring a controlled and private cron requests. Then, from the main blog is performed a propagation process, calling one by one all the network blogs (also with privacy URL arguments). In the network settings of this plugin you can setup the frecuency of this process, the time between each blog cron calls, estimate all the process duration to avoid overlapping, consulting amount of time of all cron processes, etc. Obviously, this configuration depends of your number of blogs, the desired frecuency of cron calls and/or the performance capabilities of your server, so you will need some testing to achieve the proper parameters. | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Multisite Ticket System | 0.5 | 94 | 3 | 1264 |
| |||
Ticket support system for multisite network. Multisite Ticket System is a plugin for WordPress Multisite Network. Super Admin receives tickets and manages settings (categories and e-mail addresses). Administrators of the sites (only) can submit tickets. The plugin also provides comment sections for updating tickets. There are a lot of WordPress Ticket System plugins out there, but rarely ones (or none) that are intended for improved communication between Super Admin and Site Administrators in a Multisite Network. This is all the more convenient if your organization manages many regional groups throughout the country or in general manages many sites that are administered by different people with diverse kinds of WordPress knowledge, especially by people with zero knowledge of WordPress. In these cases, the Super Admin is able to help more efficiently through this ticket system, e.g. instead of managing requests via e-mail. It means in effect that the ticket system is used in the backend (Dashboard) and doesn't provide e.g. contact forms in the frontend (actual website / blog) for visitors. That what makes it rather interesting - a plugin for improved support in multisite networks. The plugin has been developed in German, but English translation files are provided (US, GB). Since this plugin is fairly new, it has only been tested from WP version 4.4 up to 4.4.2, but of course it is possible that it works in older versions as well. Test / Use at your own risk! (And maybe contact me, too, I am happy to make this plugin compatible for as many versions as possible.) | ||||||||
Create User With Password Multisite | 1.0.6. | 92 | 8 | 3524 |
| |||
Requires PHP: 5.6 Allow website administrators to allocate passwords to users as they add them to invidivual sites in WordPress Multisite. Allows a Site Admin to set the password during new user registration for the site they are responsible for within a WordPress Multisite network. Features Simple to use, no setup required Site Admins can allocate user passwords Visit: Users -> Add New | ||||||||
WPMU Plugin Manager | 1.0.1 | 76 | 4 | 1818 |
| |||
Manage plugin access permissions across your entire multisite network. Plugin management for Wordpress Multisite that supports the native plugins page. It uses a backend options page to adjust plugin permissions for all the sites in your network. Select what plugins sites have access to Choose plugins to Auto-Activate for all new blogs Mass activate/deactivate a plugin on all sites in your network Assign special plugin access permissions for specific sites in your network And as Super Admin, you can override all these to activate specific plugins on the sites you choose! Removes the plugin meta row links (Version, Author, Plugin) and any update messages for blog admins Development GitHub Repository: wp-repository / wpmu-plugin-manager-mu Issue-Tracker Please use the Issue-Tracker on GitHub!! Translation: Translate > WPMU Plugin Manager | ||||||||
Dropdown multisite selector | 0.6.4 | 100 | 14 | 6788 |
| |||
Requires PHP: 7.4.0 Gives you the resources to make select field with redirecting options to a given URLs. Do you need a way to give your visitors the option to navigate easily from your site other sites (multisite)? This plugin will give you the option to configure a small select/dropdown field with fully configurable options and values (urls). You can choose by three options: manually configure the number of the options from the dropdown element - pick up a name of your option and the relevant url where the user will be redirected after choosing it; get a automatically list of all sites from WordPress Multisite network - this one picks the names of all your sites that are in the multisite network and adds them to the select element; get the same list as previous one but only with the site where the current logged in user is registered; You can manage: Your label for the name of the select option or leave it without label Your first select option ('Select branch', 'Select country', 'Choose Side') Sorting of your custom list (alphabetic sorting + reverse sorting (your last entries will become first in the dropdown)) Once you have saved your settings you can see the result using this shortcode [dms] or use the widget. Shortcodes [dms] - Using this shortcode will generate the same dropdown as the one you have configured in the admin settings panel. [dms_manual name="" placeholder="" target="" options=""] - Use this one your own dropdown that has nothing to do with the settings you have set. The arguments of this shortcode are: * name - the label of the select option (leave empty for no label) * placeholder - the first option that is showen in the select menu (like: "-- Select --") * target - could be "default" or "blank". This is the target of the link - "blank" is to be open in new window * options - name-link pairs, should be placed as : "name1|url1, name2|url2, name3|url3" An example: [dms_manual name="Label" placeholder="--Select--" target="blank" options="Trusted search engine|http://duckduckgo.com, Tracking search engine|http://google.bg"] If you would more functionality, please contact me to check if I can implemente it. Also thanks to everyone giving me hints how to improve this plug-in. | ||||||||
SoGrid Lite | 1.0 | 100 | 2 | 989 |
| |||
SoGrid is a WordPress plugin that displays your social network posts / feed in a functional grid. SoGrid is a WordPress plugin that displays your social network posts / feed in a functional grid. Each post type has full functionality of its native social network. Social Grid generates a shortcode and it allows you to place SoGrid anywhere on your website. Simply copy and paste the shortcode directly to your webpage. At this point, SoGrid supports 10 top social networks: Facebook Google+ Pinterest Twitter Tumblr Flickr Instagram Dribbble YouTube VKontakte We will constantly add more networks and continue to improve the existing ones with more features and design options. | ||||||||
MANTIS Ad Network | 1.5.6 | 100 | 4 | 1991 |
| |||
In order to use this plugin, you must have been accepted as a publisher into the MANTIS network. Get paid for every click you generate Highest payouts in the industry Full control & flexibility ... over ads shown | ||||||||
Blubrry PowerPress Podcasting plugin MultiSite add-on | 0.1 | 100 | 2 | 1011 |
| |||
Add MultiSite functionality for managing PowerPress, requires MultiSite and PowerPress. Add MultiSite functionality for managing PowerPress, requires MultiSite 3.8 or newer and PowerPress 5.0.7 or newer. PowerPress MultiSite Features Services and Statistics Management: Manage each site's services and statistics from the network level Disable Services and Statistics: Disable the services and statistics settings in network sites (so your site users cannot modify them) More features on the way. Have a feature suggestion, please let us know: Contact Blubrry REQUIREMENTS Requres PowerPress 5.0.7 or newer WordPress MultiSite 3.8 or newer | ||||||||
WPMU Prefill Post | 1.02 | 90 | 6 | 3144 |
| |||
Add the ability to create post template NOTE : This plugin is translation ready NOTE : You need php 5.2+ Add the ability to create post template. You can manage templates and use them to prefill a post. Also prefill the post title. Work with wordpress and wordpress mu. Works with qtranslate. Inspirated from "Article Templates" | ||||||||
Enhanced Admin Links in Multisite 'My Sites' Drop-Downs | 1.6 | 100 | 2 | 1051 |
| |||
For multisite installations, adds 'Posts', 'Pages', 'Themes', 'Plugins', 'Tools', and 'Settings' links to all of the Admin 'My Sites' drop-down menus.... For multisite installations, adds 'Posts', 'Pages', 'Themes', 'Plugins', 'Tools', and 'Settings' links to all of the Admin 'My Sites' drop-down menus. | ||||||||
Multisite Admin Bar Switcher | 1.2.5 | 100 | 5 | 2706 |
| |||
Require PHP 5.3 The Multisite Admin Bar Switcher is a plugin written for WordPress Multi-Site that makes switching between sites easier with large numbers of sites. This plugin replaces the built in 'sites' drop down with one which breaks the sites up by letter. | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Multisite Shared Sidebar | 1.2 | 100 | 3 | 1641 |
| |||
This plugin allows a sidebar to be shared between blogs on a multisite. This plugin allows a sidebar to be shared between blogs on a multisite. It's very simple to use. Use the "Multisite Shared Sidebar" widget to display a sidebar from another participating sites. Specifies the "Blog ID" or "Blog Path". ( Blog ID: 1,2,3... || Blog Path: 'path' or '/path/' ) Specifies the "Sidebar ID". ( Sidebar ID: 'sidebar-1' etc) ※ Sidebar ID check in a theme file "functions.php", etc. "Using current sidebar defined" use it, if you check the check box. (Default) If you check the "Advanced sidebar configuration" you can customize sidebar defined. ※ Customizable is 'before_widget' , 'after_widget' , 'before_title' and 'after_title'. ※ Details of the parameters see register_sidebar() document. Use the shortcode "[shared_sidebar blog='blog-id' index='sidebar-id' ]" to display a sidebar in the text region. Please write shortcode on a single line. To the blog attribute specifies "Blog ID" or "Blog Path". To the index attribute specifies the "Sidebar ID". You can customize the sidebar defined, if you specify 'advanced_config' to "sidebar_config" attribute. ※ [shared_sidebar blog='blog-id' index='sidebar-id' sidebar_config='advanced_config' ] Customizable attribute: ( ) before_widget='' after_widget='' before_title='' after_title='' ※ Details of the parameters see register_sidebar() document. You can also use this plugin to add sidebars that you have added to the theme yourself. Beware, however, that after activating the plugin, you must view the dashboard of all of subdomains in the multisite before you can use the sidebar. [Setup steps] Mr. mkormendy clearly wrote the setup step. Mr. mkormendy, thank you very much. in your multisite Network Admin, visit your list of sites, hover over the name of the PRIMARY site that you want to mirror a sidebar of widgets from, and note the id number at the end of the URL for that site within the your multisite wordpress installation on your PRIMARY site, create a bunch of widgets in a sidebar (these will all be shared together as a group in the cloned sidebar on a SECONDARY site eventually) in your theme files, where the sidebars are generated, note the id of the sidebar that you are attempting to clone on your SECONDARY site, in your admin widgets section, drag and drop the [Multisite Shared Sidebar] widget to one of your sidebars available on your secondary site (if you use the same theme, you would place it in the same sidebar location as found on the primary site) in the field with the title “Blog ID: or Blog Path:”, enter that ID number that you noted for the PRIMARY site in step 1. in the field with the title “Sidebar ID:”, enter the name of the sidebar that you noted in step 3 save the widget, and load up the page of the SECONDARY site where the sidebar exists You should see the PRIMARY sidebar duplicated inside the sidebar location of the SECONDARY site where you put the Multisite Shared Sidebar widget. ☆ For Japanese users ☆ このプラグインはマルチサイトのブログ間でサイドバーを共有します。 使い方はとても簡単です。 「Multisite Shared Sidebar」ウィジェットを使用して、別の参加サイトのサイドバーを表示します。 "Blog ID" または "Blog Path" を指定します。 ( Blog ID: 1,2,3… || Blog Path: 'path' または '/path/' ) "sidebar id"を指定します。 ( sidebar id: 'sidebar-1' など) ※ サイドバーIDはテーマファイル内の ”functions.php” などを調べてください。 ”現在のサイドバー定義を使用”チェックボックスをチェックすれば、それを使用します。 (デフォルト) ”高度なサイドバー設定”をチェックすればサイドバー定義をカスタマイズ出来ます。 ※ カスタマイズ可能なのは、 'before_widget' , 'after_widget' , 'before_title' と 'after_title' です。 ※ パラメーターの詳細 register_sidebar() のドキュメントを参照してください。 ショートコード "[shared_sidebar blog='blog-id' index='sidebar-id' ]" を使ってテキスト領域内へ表示できます. 1行でショートコードを書いてください。 blog属性へ 'Blog ID' または 'Blog Path' を指定します。 index属性へ 'Sidebar ID' を指定します。 "sidebar_config" 属性に 'advanced_config' を指定すれば、サイドバー定義をカスタマイズ出来ます。 ※ [shared_sidebar blog='blog-id' index='sidebar-id' sidebar_config='advanced_config' ] カスタマイズ可能な属性: before_widget='' after_widget='' before_title='' after_title='' ※ パラメーターの詳細 register_sidebar() のドキュメントを参照してください。 そして、このプラグインは貴方がテーマに追加したサイドバーも共有することができます。 ただし、プラグインを activate した後、使用する前に全ての参加サイトのダッシュボードを1回は表示しなければなりません。 [お願い] 本プラグインへの投票をお願いします。 問題点やコメントなどは Wordpress フォーラム へお願いします。 | ||||||||
Multisite Shared Menu | 1.2 | 84 | 5 | 2742 |
| |||
Use navigation menus from another multisite blog on the same network to achieve a universal common navigation area. Allows users in a WordPress multisite network pull in menus from a main site in order to achieve universal navigation or shared navigation without needing to manually recreate menus. Plugin is intended for WordPress Multisite environment for plugin to function properly and use the same theme to ensure menu name compatibility. | ||||||||
Multisite Store Viewer | 1.0.8 | 100 | 4 | 2219 |
| |||
List all sites of multisite environment at single place Multisite store viewer extension facilitates multisite administrator to list all their sites on a single page. From where user as well as administator can switch to their site. There is also a search field to search their respective site by its name. Main features List all subsites of user on a single page. Filter site by its Site Name. Add logo for each site. Use with Multisite wordpress. User friendly and easy to use. Compatible with WooCommerce Support If you need support or have any question then kindly use our online chat window here or send us email at support@cedcommerce.com Follow Us Our Official Website – http://cedcommerce.com/ Our Facebook Page – https://www.facebook.com/CedCommerce Our Google+ Account – https://plus.google.com/u/0/118378364994508690262 Our Twitter Account – https://twitter.com/cedcommerce Our LinkedIn Account – https://www.linkedin.com/company/cedcommerce Link For Plugin Documentation http://demo.cedcommerce.com/wordpress/multisite-store-viewer/doc/index.html | ||||||||
TT Like & Follow for WP-Multisite | 1.1 | 86 | 4 | 2252 |
| |||
TT Like & Follow for WP-Multisite gives you the chance to add basic Social Network features to your installation. ThemeTailors Like & Follow Plugin for WordPress Multisite gives you the chance to add basic Social Network features to your WP multisite installation. It include 2 features: A like button can be added to all network’s posts and registered users can “Like” the posts; A follow button can be added to all network’s site and registered users can “Follow” any sites in the network. Site’s admins will see in their dashboard the latest posts from people they are following. The panel will display the latest 4 posts, from every followed user, in chronological order. Every post will show the linked title of the post, the author’s name, an excerpt of the post and the author’s avatar. TT Like & Follow Plugin comes with a handful sets of functions that you can insert in your theme. These functions are called by a class that can be extended and improved. Tailored by theme tailors | ||||||||
Multisite Cloner | 0.2.2.1 | 92 | 21 | 13870 |
| |||
When creating a new blog on WordPress Multisite, copies all the posts, settings and files, from a selected blog into the new one. In WordPress Multisite, new sites get a boring default template, without any custom settings or starter content. This plugin allows you to select a specific blog on your network, a "master" one, that will be cloned every time a new blog is created. In this way, new blogs will contain all posts, uploads, theme settings and plugin options from the master blog. How does it work? It uses MySQL INSERT INTO ... SELECT to copy every table from the "master" blog into the new one. This is fast! Then it does a search and replace on the new blog's tables, to replace the old URL with the new one. This is done in a way that respects serialized arrays, so your plugin's settings will be preserved. (We used a heavily trimmed down version of Interconnect/IT's Search and Replace tool for that, so go thank them for this!) It proceeds to copy all files from the wp-content/uploads dir of your master blog into the new one's, so that all assets will work as expected. Finally it does some house clean-up, updating the new blog's title, admin email, and user roles as needed. Go check the screenshots, it's really simple and does what it says. Give it a try! This plugin was handcrafted with love and ‘yerba mate’ by the team at Tipit.net. | ||||||||
Multisite Directory | 0.2.2 | 90 | 2 | 1457 |
| |||
Add a browseable, flexible directory of the sites in a WP Multisite network. Each subsite gets its own page. Multisite Directory provides a customizable Network-wide site directory for WordPress Multisite installations. You can categorize subsites in your Network, add full-length descriptions and featured images to them, and more. Theme developers can customize the look and feel of the site directory using all the tools they're already familiar with. Blog authors can use a highly-configurable shortcode ([site-directory]) to display the directory anywhere shortcodes are supported. Each time a new site or blog is added to your Network, a corresponding entry in the site directory is added, too. The directory is managed from the Network's main site, but most changes to the subsites (other blogs) automatically update the directory. Many parts of a given site's appearance in the directory can be modified without affecting the site itself. This means a Super Admin can use a custom site logo, tagline, and so on in the directory itself, without changing the site's actual logo, tagline, and so on. Site directory entries are implemented as a hierarchical custom post type in the main site. These pages can be categorized with a custom subsite_category taxonomy. We've found that this combination allows maximum flexibility while providing the tightest integration with existing WordPress core features. As a result, no new tables are added to your install, and no side effects are introduced. It Just Works.(TM) Quickstart guide After installing the plugin, you'll want to: As a Super Admin, go to My Sites → Network Admin → Sites. Notice the new "Categories" link on the sidebar. Create some categories! If the category relates to a location (maybe it's a site for a regional chapter of your organization?), be sure to click the map to geotag it. Click on "Sites," immediately above "Categories." These pages are the individual directory entries, not the blogs. Categorize these pages as you would regular WordPress Pages to organize your Site Directory. Go any site's Appearance → Widgets screen, and add a "Network Directory Widget" to a widget area. If you've geotagged some of your Site Categories, choose "Display as list" from the widget options. (Otherwise, leave it on "Display as list.") Click Save, view your blog, and enjoy your new Site Directory! Check out the Screenshots for a few examples. | ||||||||
Multisite Taxonomy Widget | 1.0 | 100 | 2 | 1552 |
| |||
Requires PHP: 7.4 List the latest posts of a specific taxonomy from your blog-network. Display a recent posts-widget of all your posts in your blog-network which have a specific tag, category or any other built-in or custom taxonomy. | ||||||||
Join My Multisite | 1.8 | 98 | 21 | 16349 |
| |||
Donate link: https://ko-fi.com/A236CEN/ Allow site admins to automatically add existing users to their site, or let users decide at the click of a bu This plugin is for Multisite instances only. When you want to add a user to every site on your network, you've got some pretty cool plugins for that as a network admin. But sometimes you want to let your site-managers have that control, and sometimes you want to make it optional. By activating this plugin, you give your Site Admins the following options: Auto-add users Have a 'Join This Site' button in a widget Keep things exactly as they are Create a per site registration page Use a shortcode to put a 'join this site' button on any page/post. It's really that simple! If they decide to auto-add, then any time a logged in user visits a site, they will be magically added to that site. If they decide to use a 'Join This Site' button, then they can customize the button message text for users who are logged in but not members, not logged in, or already members. Don't worry, if you have registration turned off, they won't see the 'register' button. When you have registration turned on, each site can chose to use 'Per Site Registration,' which will allow them to create a page on their site just for registrations and signups. To display the signup code, just put [join-my-multisite] on the page. Plugin Site Donate | ||||||||
Network Posts Extended | 0.2.4 | 100 | 5 | 3940 |
| |||
Requires PHP: 7.2 The plugin is designed to share posts, pages, and custom post types from across entire WordPress multisite network on any given p The plugin is designed to share posts, pages, and custom post types from across entire network on any given page for any subdomain and the main blog. You may list them in single or double column mode. Add custom css styling to your text, images, whole container and title. You can specify categories and tags. All posts will be shown in ascending and descending order by date or post ID. You can specify how old (in days) the collected posts may be. Also you can specify how many posts should be displayed from each blog. You can set thumbnails image size and style or disable them. You may also include or exclude posts, pages, categories, and blogs by using the appropriate arguments. They're all listed at the end of this file. | ||||||||
Reveal Network Activated Plugins | 3.1.3 | 94 | 3 | 2398 |
| |||
Displays Network-Activated and Must-Use (MU) plugins, and Drop-ins on the Installed Plugins Admin panel for individual sites of a WordPress Network. IMPORTANT: Support has moved to the ZATZLabs site and is no longer provided on the WordPress.org forums. Please visit the new ZATZLabs Forums. If you need a timely reply from the developer, please open a ticket. Beyond what the name implies, the Reveal Network Activated Plugins plugin can display all Plugins that WordPress would normally hide: WordPress only displays Network Activated and Must-Use plugins, as well as Drop-ins, on the Installed Plugins Network Admin panel; even there, they can be easily missed. Under the control of any Super Administrator, Reveal Network Activated Plugins allows Network Activated and Must-Use plugins, and Drop-ins, to be displayed on each site's Installed Plugins Admin panel, with "Network Activated", "Must-Use Plugin" or "Drop-in" displayed below the plugin name where "Activate" or "Deactivate" is displayed for other plugins. In addition, the plugin's Network Admin panel, available only to Super Administrators, and the Delete Plugins panel, show which Plugins are activated on which Sites within the WordPress Network. In a WordPress Network, i.e. - a single WordPress installation that provides multiple sites ("Multi-site"), Plugins can be activated on one or more individual sites or they can be Network Activated, which means they are activated on all sites. In addition, Must-Use plugins are automatially activated if present and Drop-ins are activated Network-wide by a Constant set in wp-config.php. Confusion can result because WordPress does not display any of these plugins on each site's Installed Plugins Admin panel, a confusion that this plugin hopes to eliminate. A warning Notice is displayed if this plugin is activated on a WordPress installation that is not (yet) a WordPress Network. Every effort has been made to not interfere with plugins that create or modify their own entry on the Installed Plugins Admin panel. Settings A Settings page for this plugin is available to Super Administrators on both the Plugins and Settings submenus within the Network Administration panels. It determines which plugins are visible on the Plugins Admin panel of each site within the Network. A "Who Sees Them?" table of choices can be used to set who sees Network-Activated and Must-Use plugins, and Drop-ins. It can even be used to hide any or all of them from everyone. The Plugins row of the table actually controls the same Setting as the "Enable administration menus - Plugins" checkbox at the bottom of the Network Settings Admin panel. It is provided here to avoid the confusion that otherwise exists when Super Administrators cannot figure out why their Site Administrators do not even have a Plugin menu on their Site Admin panels. Within the "Who Sees Them?" table, the column entitled "Site Administrators" also refers to anyone else with the "activate_plugins" Capability for the Site. A "Show/Hide Plugins" table of choices can be used to always Display or Hide specific plugins for Site Administrators. This is especially useful for Super Administrators developing or testing new plugins that are not yet ready for use by Site Administrators. It can be also used when only a few of the many plugins installed are to be made available to Site Administrators. Definitions Super Administrator - controls the Network (multi-site) settings and setup, as well as settings and setup for all individual Sites within the Network, through access to all Admin panels for the Network and all Sites. Site Administrator - has no access to Network settings and setup, but does have access to Admin panels for any Site for which he has the Role of Administrator. "activate_plugins" Capability - one of many settings for a User for a specific Site, i.e. - each User either has or does not have the "activate_plugins" Capability for a given Site. Anyone with the Role of Administrator for a Site automatically has the "activate_plugins" Capability and it cannot be removed. However, it can be disabled through the "Enable administration menus - Plugins" Network setting described above. Adoption Notice This plugin was recently adopted by David Gewirtz and ongoing support and updates will continue. Feel free to visit David's Lab Notes for additional details and to sign up for emailed news updates. Special thanks to Jon 'jonradio' Pearkins for creating the plugin and making adoption possible. | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Simple Multisite Login Log | 0.6.3 | 80 | 3 | 2945 |
| |||
Track user logins across a Multisite, Network, or Single site install Provides the ability to track user logins across a WordPress Multisite, Network, or Single site install. Single site admins will only see logins specific to their site Network administrators will see logins across the entire network. ( Note that here the network admin is for a network inside a multisite, such as with wp-multi-network ) The Multisite administrator ( over all sites and networks within the network ( I know, confusing right? ) ) can see logins across all sites and networks For more info on the confusing naming convention see Nacin’s post http://nacin.com/2010/03/25/terminology-nightmare-blogs-sites-networks/ | ||||||||
WP Multisite SSO | 1.0.3 | 100 | 3 | 2961 |
| |||
Single sign on for a multisite WordPress implementation. Users are authenticated for all sites across the network. This plugin is best used within a domain mapped environment where the normal domain authentication cookie would not apply. Uses internal WordPress authentication functions, including maintaining the use of the standard WordPress login page, to authenticate the user across the network. Settings to customize the SSO login/logout loading page by inheriting the default WordPress login page CSS, custom login page CSS included in theme or even specifying CSS. IMPORTANT: In order for this plugin to work properly, it MUST BE network enabled. The web server also needs to support JSONP requests. Please refer to full documentation at https://github.com/voceconnect/wp-multisite-sso/wiki. | ||||||||
Multisite Maintenance Mode | 0.2.2 | 100 | 2 | 2025 |
| |||
Multisite Maintenance Mode solves the problem of site users making content/database changes while performing maintenance on large multisite networks. It works by directing every user (except network a... dmins) to their homepage when they attempt to log in. A message is displayed in the admin bar to direct them on where to find more information. Anonymous users can still view the site normally. | ||||||||
Social Networks | 1.3.13 | 86 | 6 | 6741 |
| |||
Most popular social widgets in one plugin. Facebook, Twitter, LinkedIn, YouTube, Google+ Social Networks is a powerful but easy to use extensions that helps you display your online social life by connecting to Facebook, Twitter, LinkedIn, YouTube, Google+ all in one place. Social Networks is also the easiest way to show feed from your social networks – links, images and video. ★ All browser working like IE7+, Firefox 2+ ★ Fully configurable from administrator panel. ★ Provide slick design ★ Support a range of options giving you control of position of social media tabs panel area ★ Facilitate display order for social tabs, the default profile to display on page load and whether to show or hide the sliding panel on page load ★ Facilitate uses widgets to add the tabs to the website pages and can handle multiple media tabs per page ★ Available and support Multiple Layouts and Multiple Themes ★ Allow overriding layout in the current template design or theme ★ Completely customizable in admin section ★Supports FF2+,IE7+,Opera, Safari, Chrome ★ Open source ★ Free upgrades at least in current version branch | ||||||||
WPMU Theme Usage Info | 2.0.0 | 100 | 5 | 6208 |
| |||
Gives network admins an easy way to see what themes are actively used on the sites of a multisite installation This plugin displays the count and the individual sites for each installed theme. It add a column to the Themes table on wp-admin/network/themes.php. Optionally you can display the usage count in the theme details overlay on wp-admin/plugins.php activated via filter described in the FAQ. Requires a WordPress Multisite Installation JavaScript is required to toggle the list of sites using a plugin Development GitHub Repository: wp-repository / wpmu-theme-usage-info Issue-Tracker: WPMU Theme Info Issues Please use the Issue-Tracker at GitHub!! Translation: Translate > WPMU Theme Usage Info | ||||||||
Network Plugin Auditor | 1.10.1 | 98 | 18 | 22626 |
| |||
For multisite/network installations only. Adds columns to your network admin to show which sites are using each plugin and theme. As my WordPress network grew I found it challenging to track which plugins and themes were used on each site, and the only way to check was to visit each dashboard one at a time. What a hassle! This plugin adds columns to your Network Admin on the Sites, Themes and Plugins pages to show which of your sites have each plugin and theme activated. Now you can easily determine which plugins and themes are used on your network sites and which can be safely removed. | ||||||||
Multisite User Role Manager | 1.0.6 | 100 | 2 | 2542 |
| |||
For WordPress Multisite (WPMU) installs, allows Super Admins to easily manage each users roles and blogs from one screen in the Network Admin menu. You no longer have to go to each blog to change the... user's role. It's also much easier to see which sites a user is associated with. | ||||||||
Inpsyde Multisite Feed | 1.0.3 | 100 | 2 | 2696 |
| |||
Consolidates all network feeds into one. Create a separate feed for your whole multisite. This feed will have a custom url. You can limit the number of entries per blog and the maximum number of entries for the whole feed. Bugs, technical hints or contribute Please give me feedback, contribute and file technical bugs on this GitHub Repo, use Issues. Crafted by Inpsyde · Engineering the web since 2006. Yes, we also run that marketplace for premium WordPress plugins and themes. | ||||||||
MultiSite Clone Duplicator | 1.4.1 | 92 | 46 | 64960 |
| |||
Clones an existing site into a new one in a multisite installation : copies all posts, settings and files MultiSite Clone Duplicator adds a "Duplicate Site" functionality to your network installation. It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied. It is useful when you want to create multiple sites from the same template : Don't waste your time copying the same configuration again and again ! Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard. WARNING : If you clone the primary site, you must use mucd_default_primary_tables_to_copy filter to declare plugins and custom database tables, or your cloned site won't be complete Features: Clones any site of your wordpress multisite installation Copies all posts and settings Generates log files (if option is checked) Copy all files from duplicated site (if option is checked) Keep users and roles from duplicated site (if option is checked) Configure which site is clonable (so you can define an unique "pattern" site) Fully hookable Command line ready (provides a WP-CLI subcommand) | ||||||||
WPMU Database Reset | 0.2.2 | 60 | 2 | 2828 |
| |||
Clean up a single site in a WP network, by removing all posts, comments, terms and media files. A clean slate for the site. The WordPress Database Reset plugin allows you to reset the database back to its default settings without having to delete the site and recreate it. Useful tool for theme and plugin developers who often have to clean up the mess and start over. | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Multisite Theme Statistics | 2.8.3 | 100 | 3 | 4599 |
| |||
Adds theme usage statistics within your network, shows themes by user and most popular themes. Adds a Theme Stats option to the super admin menu. The admin panel lists all the themes in use site-wide. At the top of the list will be the most popular theme and a number in brackets of how many are in use. Click on the name, and a drop-down list will appear of all blogs using that theme, with a link to each blog's home and dashboard. This plugin goes in the mu-plugins folder. This is an updated version of the theme stats (for subdomain installs) plugin we released in 2007. This version is designed for either subdomain or subdirectory installs. | ||||||||
Multisite Enhancements | 1.3.7 | 84 | 25 | 38429 |
| |||
Enhance Multisite for Network Admins with different topics When you work quite a bit with WordPress Multisites, sometimes you need more information or menu items. This plugin enhance the network area for super admins with useful functions. Add Blog and User ID in network; read more Enables an 'Add New' link under the Plugins menu for Network admins Adds several useful items to the multisite 'Network Admin' admin bar On the network plugins page, show which blog have this plugin active On the network theme page, show which blog have the theme active and is it a Child theme Change Admin footer text for Administrator's to view fast currently used RAM, SQL, RAM Version Add Favicon from theme folder to the admin area to easier identify the blog, use the favicon.ico file in the theme folder of the active theme in each blog Add Favicon to each blog on the Admin Bar Item 'My Sites'. If you a like a custom path for each favicon, please see the documentation for this feature. Remove also the 'W' logo and his sub-links in admin bar Add status to each site in the admin bar to identifier fast if the site noindex status and external url. Add functions to be used in your install The function get_blog_list() is currently deprecated in the WP Core, but currently usable. The plugin check this and get a alternative in inc/autoload/core.php If you will develop with the alternative to this function from my source, then use the method get_blog_list() in class Multisite_Core. She use also caching with the Transient API. See more about the function on the function in inc/autoload/class-core.php. If you use WordPress version 3.7 and higher, then check the function wp_get_sites(), the new alternative function inside the core to get all sides inside the network. The function accept a array with arguments, see the description. But if you use WordPress 4.6 and higher that a new alternate 😉 - get_sites() is current function to get all sites in the network. The helper method of this plugin Multisite_Core::get_blog_list() or the function get_blog_list() have all checks include. Filter theme list to find fast your goal. Works on single theme page and also network theme page. Crafted by Inpsyde The team at Inpsyde is engineering the web and WordPress since 2006. Donation? You want to donate - we prefer a positive review, not more. | ||||||||
pbSocialNetworks | 1.1.3 | 90 | 2 | 3266 |
| |||
pbSocialNetworks is a powerful Plugin that helps you to integrate social netwok buttons + widgets and track your social media traffic! pbSocialNetworks Pro is a powerful WordPress Plugin that helps you to integrate social netwok buttons and track your social media campaigns with special statistics! Include Facebook’s Like and Recommondation Buttons as well as Google’s +1, Twitter’s Tweet Buttons and Pinterest Pin it Button with just a few clicks. Additional Sidebar Widgets for Facebook and Twitter make your site truly social. With support for Open Graph protocol, this plugin is the all-in-one solution for your WordPress Blog. Features Social Network Buttons Facebook Like / Recommend Button Google+ +1 Button Twitter Tweet Pinterest Pin it Button Shortcodes for Facebook Like / Recommend Button Google+ +1 Button Twitter Tweet Pinterest Pin it Button Widgets Facebook Activity Feed Facebook Like Box Facebook Recommendations Facebook Subscribe Button Twitter Last Tweets Open Graph protocol Metabox for Settings in each Page or Article Preview-Image for Articles and Pages Extensive Support for different OG Metadata Statistics Statistics for Facebook, Twitter, Google+ and Pinterest Statistics for Facebook like Button, Twitter Tweet Button, Google +1 Button and Pinterest Pin it Button Automatic Update-System Support Social Network Buttons All these Social Network Buttons are fully customizable and can be automatically displayed above or below Articles and Pages, if you want that otherwise you can include the buttons manually with Shortcodes. The Shortcodes can be used in Articles, Pages, Custom-Post-Types and of course in your Theme with the do_shortcode() function. And the Behavior of the Shortcodes generated Buttons is also adjustable over the Graphical Settings-Page. Widgets pbSocialNetworks Pro has some new great Sidebar Widgets for your Blog: Facebook Activity Feed Facebook Like Box Facebook Recommendations Facebook Subscribe Button Twitter Last Tweets All these Widgets come with a lot of settings to customize it. Open Graph protocol “The Open Graph protocol enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook.” (opengraphprotocol.org). pbSocialNetworks Pro has an extensive support for the most used Open Graph Metadata and a lot more. You can set up your Open Graph Metadata for the whole site and specify it in each Article or Page. With Open Graph you get a better visibility in Social Networks like Facebook as other Websites without Open Graph. Statistics pbSocialNetworks Pro has a two Part Statistics System: The fist Part tracks all Traffic you receive by Social Networks like Facebook, Google+ and Twitter. The second Part tracks only visitors who come over links by the Social Buttons like Facebook like, Google +1 or a Tweet by the Tweet Button. With this two Channel System you can easily track your Social Media Campaigns and the Activity of your Users with the Social Button Tracking. Multilingual The Plugin itself is fully Multilanguage compatible and supports english and german. If you need more languages you can easily translate it yourself with the .po files (PoEdit). The Social Network Buttons has Language Options too. Support I’ve developed pbSocialNetworks Pro with a lot of fun and love. If you have some Questions, Problems or Bugs found then you can use the Support Forum here on wordpress.org to contact me. Requirements » WordPress 3.0 or newer If you have any questions or problems, you can ask me: Pascal Bajorat - Webdesigner / WordPress / WebDeveloper | ||||||||
Multisite Post Duplicator | 1.5.1 | 94 | 13 | 22146 |
| |||
Duplicate/Copy/Clone any individual page, post or custom post type from one site on your multisite network to another. Duplicate/Copy/Clone any individual page, post or custom post type from one site on your multisite network to another. Multisite Post Duplicator can copy the following: Custom fields Related post meta Custom post types on your network (make sure post type exists in your destination site) Featured image Images within post content Tags Categories. (If the category doesn't exist in the destination site then the category is created and assigned to the post) Taxonomy terms. (make sure taxonomy is also registered on your destination site). Parent and child relationships (must use batch duplication option to achieve this). ACF Fields ACF Field Groups (sync field groups within your network!) Create a duplication link/syndication If you ever update the source post again it will automatically update the duplicated page and keep them in sync. Tools Batch Duplication Metabox control within Post/page edit screen Activity Log. View information on all dulications performed within your network Settings Settings page to customise the default behaviour Manage you linked duplications. Add/Remove. Restrict functionality to only certain sites on your network Restrict functionality to users of certain roles Select what status you want your new copy of post to be i.e Published, Draft etc Specify a prefix for the new post to avoid confusion Choose to ignore specific post meta keys in the duplication process Developers Create your own addons! Multisite Post Duplicator is now fully extendable. Create your own functionality. Check out the API documentation. Check out a list of hooks you can use (http://www.wpmaz.uk/multisite-post-duplicator-actions-and-filters/). | ||||||||
GRA4 Social Network | 0.0.5.7 | 76 | 10 | 17689 |
| |||
Social Network for WordPress will keep the users on your website by entertaining them with social networking functionality (friends, likes, activity, After single two-minute-long installation your website will have social features: activity, friends, likes, groups, messaging, market and much more. What this plugin is for: Big social networks put plenty of websites out of business, because anyone can create a group on a major Social Network (such as Facebook, VKontakte, LinkedIn, Odnoklassniki, etc.), and it's much easier than to build and support your own website. We want to get web-masters back into the game, arming them with the same functionality the "grown-up" social networks have. Try the Demo see the demo at http://wordpress.ucq.me or pick one of the GRA4 partner websites from the Partner Networks List or create your own sandbox on free hosting ucq.me ('you seek me') Video Presentation http://wiki.gra4.com/Main_Page#GRA4_Social_Network_Video_Presentation Installation Video Guide: http://en.wiki.gra4.com/GRA4_for_WordPress_Installation You can download and install GRA4 Social Network using the standard WordPress plugin installer. Activate the GRA4 Social Network Plugin in the "Plugins" admin panel using the "Activate" link, continue with the Settings. Navigate to the page you've just created, and enjoy the Social Networking. Done! Optional: For some custom themes you may use the admin interface (look for "GRA4 Settings" in the admin menu) to adjust the social content position. Wiki GRA4 Wiki: http://wiki.gra4.com/ Customization Use the admin interface (look for "GRA4 Settings" in the admin menu) to adjust the social content position. See Video Tutorial at the http://gra4.com/wiki/GRA4_for_WordPress_Settings for details. If you need deeper customization, edit style file custom.css in your wp-content/plugins/gra4/css/ directory. GRA4 content is about 1000px wide, so we also recommend to switch off sidebars for the GRA4 page if the theme offers such option. Compatibility GRA4 Social Network supplies the dynamic content even for non-logged users of your website. Therefore if you use caching plugins, we recommend to switch of the caching for all pages bellow the http://your_website.com/gra4/... Support Groups General: http://gra4.com/groups/profile/94/gra4-webmasters/ WordPress: http://gra4.com/groups/profile/98/gra4-webmasters-wordpress | ||||||||
Network Shared Media | 0.11 | 84 | 18 | 33750 |
| |||
Requires PHP: 7.0 Allows you to use media from other blogs in a Multisite environment. This plugin adds a new tab to the "Add Media" window, allowing you to access media in other blogs. It can be very helpful when you use Multisite Language Switcher plugin for setting up a multilingual site as it prevents the editors from having to upload images twice. Based on a blogpost by Aaron Eaton. Also see https://github.com/joostdekeijzer/wp_network_shared_media | ||||||||
WP Multi Network | 1.8.1 | 82 | 17 | 33818 |
| |||
Turn your WordPress Multisite installation into many multisite networks, surrounding one global set of users. WP Multi Network allows global administrators to create new networks with their own sites and domain arrangements. | ||||||||
Multisite Global Search | 1.2.12 | 68 | 11 | 22515 |
| |||
Adds the ability to search through blogs into your WordPress Multisite installation. Easily search through all blogs into your WordPress Multisite by post title, post content or post author. Multisite Global Search doesn't work with single WordPress installation and it must be activated for all sites using "network activate" in the Administration Panel. Currently in the following languages: Dutch (nl_NL) by Niels Boos Webdiensten ZZP English German (de_DE) by Dennis Vorpahl French (fr_FR) by Fabrice Perrinel Italian (it_IT) by Davide Tommasin Norwegian Bokmal (nb_NO) by Tore Johnny Bråtveit Portuguese (pt_PT) by Jose Anjos Russian (ru_RU) by Sam Savinov Romanian (ro_RO) by Alexander Ovsov Web Hosting Geek Science Serbian (sr_RS) by Andrijana Nikolic [Web Hosting Geeks] http://science.webhostinggeeks.com/multisite-global-search Slovak (sk_SK) by Branco Web Hosting Geeks Spanish (es_ES) If you have created your own language pack, or have an update of an existing one, you can send gettext .po and .mo files to me so that I can bundle it into Multisite Global Search. ** Features ** Multisite Global Search Widget. Show a search form in your sidebar. Search across all network blogs or only in your blogs if you are logged. Search on pages. Administrative choice to perform searches by default on pages. Administrative choice to disable search options. Search results are showed in a page which contents the shortcode: [multisite_search_result] Show excerpted results [multisite_search_result excerpt="yes"] Entries on every site across your installation appear in search results immediately after publication. Receive results from your complete blog network, even sites you do not own or control. Customizable style sheet for widget and results page. Two different form types, vertical and horizontal. Put search form into your code with Multisite_Global_Search::ms_global_search_vertical_form(your_results_page) or Multisite_Global_Search::ms_global_search_horizontal_form(your_results_page) Insert search form in templates using the shortcode: [multisite_search_form]. See the plugin page for more information. | ||||||||
Network Privacy | 0.1.5 | 100 | 7 | 15101 |
| |||
Adds more privacy options to both single Wordpress sites and WordPress networks. This plugin adds 2 privacy options in a single install and 3 in a network install. In a network install the network administrators (Super admins) have the option to set the privacy setting for the entire network. When the privacy is set for the entire network, the extra privacy options are not shown on individual site's Settings -> Privacy. Features In a single site WordPress install adds the following privacy options: I would like my site to be visible only to Site subscribers. I would like my site to be visible only to Site administrators. In a WordPress network activated on an individual site adds the following privacy options: I would like my site to be visible only to Registered network users. I would like my site to be visible only to Site subscribers. I would like my site to be visible only to Site administrators. I would like my site to be visible only to Site contributors (and above) When Network Activated or in the mu-plugins folder in a WordPress network adds the following: A privacy selector in the Network Admin -> Settings page to allow individual site privacy or the 3 above across to network. Support can be obtained through: Try the Wordpress Forums first Twitter Ron & Andrea | ||||||||
Network Latest Posts | 3.7.1 | 88 | 20 | 46493 |
| |||
This plugin allows you to pull all the recent posts from the blogs in your WordPress network and display them in your main site (or internal sites) This plugin pull the recent posts from all the blogs in your network and displays them in your main site (or any internal site) using shortcodes or widgets. For further details please visit: http://en.8elite.com/network-latest-posts [English] http://es.8elite.com/network-latest-posts [Espanol]. This plugin works with Wordpress Network (multisites) Looking for single install versions? http://single-latest-posts.laelitenetwork.com | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Limit Post Revisions Network Option | 4.6 | 100 | 2 | 4989 |
| |||
A Multisite Network plugin to add Network Admin->Settings to limit, or disable, the number of post revisions and set the post autosave interval. A Multisite Network plugin to add Network->Settings to limit, or disable, the number of post revisions and set the post autosave interval. | ||||||||
WPMU Automatic Links | 1.1 | 100 | 2 | 5183 |
| |||
This plugin will automatically create links from words. NOTE : This plugin is translation ready This plugin will automatically create links from words. If you add word on master blog, all network wil lhave the replacement else it's just for one blog. Based on the exelent plugin automatic seo links from Emilio (http://emilio.aesinformatica.com) As Emilio said : Forget to put manually your links, just choose a word and a URL and this plugin will replace all matches in the posts of your blog. For each link, you can set: Title Target Rel CSS | ||||||||
Register IPs | 1.7.1 | 98 | 8 | 20954 |
| |||
Donate link: https://ko-fi.com/A236CEN/ When a new user registers, their IP address is logged. Supports multisite and single site! Spam is one thing, but trolls and sock puppets are another. Sometimes people just decide they're going to be jerks and create multiple accounts with which to harass your honest users. This plugin helps you fight back by logging the IP address used at the time of creation. When a user registers, their IP is logged in the wp_usermeta under the signup_ip key. Log into your WP install as an Admin and you can look at their profile or the users table to see what it is. For security purposes their IP is not displayed to them when they see their profile. Plugin Site Donate | ||||||||
Multisite Robots.txt Manager | 1.0.7 | 74 | 10 | 30244 |
| |||
A Robots.txt Manager Plugin for WordPress Multisite Networks. Quickly and easily manage all robots.txt files on a WordPress Multisite Website Network. UPGRADE NOTICE After auto upgrading: return to the network plugin admin, this will deactivate the plugin, then click the Network Activate link to activate the plugin again. A Simple Multisite Robots.txt Manager - Quickly and easily manage all robots.txt files on a Wordpress Multisite Website Network. !!! Network Enabled Multisite Installs Only !!! This Plugin Was Created For Multisite Networks > Network Activations Only! For Support & Bugs Please contact us directly if you need assistance or have found a bug. View, Report Bugs, Contribute! Visit this Plugin on Github! Clone/fork yourself a copy, report a bug or submit a ticket & pull request! Features: Network wide robots.txt file, shared across all sites. Append extra robots.txt file data per-website Admin. Manage all Websites from Network Administration Area. Manage a single Website through the Website Settings Admins. Auto-generated Sitemap URL's, Upload Path & Theme Path. Mass update the all Websites on the Network in a single click. Disable plugin features to create unique robots.txt files for each Website. Quickly publish preset robots.txt files across the Network. Auto detection and one click correction for 404 robots.txt files. Auto detection and one click correction of old robots.txt data. Quick Info: The default "Network Wide" robots.txt file is NOT a live robots.txt file. If you deactivate the plugin, no options are removed but the plugins robots.txt file(s) are no longer displayed. If you delete this plugin, all options and settings will be removed from the database, for all Websites. Get The Plugin: Download > Install > Network Activate Network Access: Network Admin > Settings Tab > MS Robots.txt Link Website Access: Website Admin > Settings Tab > MS Robots.txt Link Make It Work: Network Admin: Modify and save the default robots.txt file, then click the "update network" button to copy the default robots.txt file to all Websites on the Network. Website Admin: Modify the appended robots.txt file data then click the "update website rules" button to publish your changes. ** You must click the "update network" or "update website rules" button before any robots.txt files are set live. Submit Feedback For Improvements | Screenshots | Plugin Home | ||||||||
Multisite Language Switcher | 1.0.8 | 98 | 66 | 225202 |
| |||
A simple, powerful and easy-to-use plugin that will help you to manage multilingual content in a multisite WordPress installation. A simple, powerful and easy to use plugin that will add multilingual support to a WordPress multisite installation, i.e. multiple subdomains or folders (if you need to set up multiple sites across multiple domains, you'll also want to use the WordPress MU Domain Mapping plugin as well - as long as the domains are all hosted on the same server.). The Multisite Language Switcher enables you to manage translations of posts, pages, custom post types, categories, tags and custom taxonomies. The plugin uses flag-icons from FamFamFam. Thanks to Mark James for his great work. In addition I would like to thank Jürgen Mayer for creating the plugin's banner. | ||||||||
Multisite Toolbar Additions | 1.7.0 | 100 | 7 | 24029 |
| |||
Adds a lot useful admin links to the WordPress Toolbar / Admin Bar in Multisite, Network and single site installs. Comes with extended plugin support! Quick Access to Super Admin Resources - Time Saver! This small and lightweight plugin just adds some missed and very useful admin links to your Toolbar / Admin Bar in Multisite installs, and even regular single site installs. Also included is support for some awesome, useful third-party plugins out of the box. So you might just switch from the backend or frontend of your site to the 'Network Wide Plugins' or access the 'Nav Menu' Settings of a sub site/blog. To make you even more happy, the plugin also works just perfectly in single WordPress installs (non-Multisite context), just fewer menu items then... ---> Use this time saver and get quicker access 🙂 NOTE: This plugin is only intended towards Super Admins / Admins. General Features & Benefits -- Global Usage Add a Custom Nav Menu to the toolbar via WP Menu system - great for instructions for your staff members or other resources... (see FAQ for more...) Recommended in Multisite: to use the main site for this (but menu is available globally) Only visible and accessable for Super Admins (Multisite context) or for Site Admins (non-Multisite context)! Plugin is fully internationalized, English & German language files included by default 🙂 Fully WPML compatible! WordPress 3.6 or higher, 3.8+ recommended! Tested with WP_DEBUG on 🙂 Multisite Network Specific Features & Benefits Network wide Plugins Network wide Themes (plus Theme Editor) Network Settings, Updates, plus Site Upgrade Special "+ New" (new content) section, like on site dashboards, but only for Network admin with Network specific items! Extra special Custom Nav Menu vieable for Site Admins but only editable for Super Admins, setup via WP Menu system, see FAQ for more.... Multisite aware plugin support, to date for: Quick Cache, WP Super Cache, WP-Piwik, WPMS Site Maintenance Mode, Code Snippets, BackWPup, User Management Tools, Network Mass Email, Organizational Message Notifier, Snapshot (premium), Ultimate Branding (premium), Login Security Solution, Smart Admin Tweaks (premium), Smart Cleanup Tools (premium), Smart Options Optimizer (premium), Simple System Info (premium), Smart Security Tools (premium), Hide My WP (premium), Blog Copier, NS Cloner, NS Cloner Pro, Multisite Robots.txt Manager, WordPress MU Domain Mapping, WP Migrate DB Pro (premium), WPMS Admin Reports (Sub) Site Specific Features & Benefits Widgets Nav Menus, including list of editable Nav Menus! Manage Content: Media Library / Edit Posts / Edit Pages Theme Editor (also detects Multisite network-admin!), great for fast editions on the fly... -- also includes "Customizer", plus "Custom Background" and "Custom Header"! (Site specific) Plugin support, to date for: Howdy Tweaks, Cachify, Hyper Cache, Hyper Cache Extended, Limit Login Attempts, WP-Optimize, Installer (by WMPL.org Team), Code With WP Code Snippets, Toolbox Modules, Relevanssi & Relevanssi Premium, Multisite Language Switcher, Optimize Database after Deleting Revisions, Widget Settings Importer/Exporter, Tabify Edit Screen, Restrict Widgets, P3 (Plugin Performance Profiler), Codestyling Localization, WP Migrate DB, Go Sidebar Wizard (premium), Stream, Snitch Included Plugin Support Out of the box the plugin supports the following other plugins' admin menu links in the Toolbar if installed and activated: "Quick Cache" (free, by PriMoThemes.com / WebSharks, Inc.) - also network wide "WP Super Cache" (free, by Donncha O Caoimh) - also network wide "WP-Piwik" (free, by André Bräkling) - also network wide "WPMS Site Maintenance Mode" (free, 7 Media Web Solutions, LLC) - also network wide "User Management Tools" (free, by scribu/AppThemes) - also network wide "Network Mass Email" (free, Kenny Zaron) - also network wide "Organizational Message Notifier" (free, Zaantar) - also network wide "Code Snippets" (free, by Shea Bunge) - also network wide "BackWPup" (free, by Daniel Hüsken) - also network wide - v3.x plus older v2.x branch supported! "Snapshot" (premium, by Paul Menard (Incsub)/ WPMU DEV) - also network wide "Ultimate Branding" (premium, by Incsub Team/ WPMU DEV) - also network wide "Smart Admin Tweaks v3.0+" (premium, by Smart Plugins/ Milan Petrovic) - also network wide "Smart Cleanup Tools v4.0+" (premium, by Smart Plugins/ Milan Petrovic) - also network wide "Smart Security Tools" (premium, by Smart Plugins/ Milan Petrovic) - also network wide "Smart Options Optimizer" (premium, by Smart Plugins/ Milan Petrovic) - also network wide "Simple System Info" (premium, by Smart Plugins/ Milan Petrovic) - also network wide "Hide My WP" (premium, by Hassan Jahangiri) - also network wide "Better WP Security" (free, by Chris Wiegman & iThemes) - also network wide "Login Security Solution" (free, by Daniel Convissor) - also network wide "Blog Copier" (free, by Modern Tribe, Inc.) - network wide "NS Cloner - Site Copier" (free, by Never Settle) - network wide "NS Cloner Pro" (premium, by Never Settle) - network wide "WP Migrate DB Pro" (premium, by Delicious Brains (Brad Touesnard & Chris Aprea)) - network wide "Multisite Robots.txt Manager" (free, by tribalNerd) - network only! "WordPress MU Domain Mapping" (free, by Donncha O Caoimh, Ron Rennick, Automatic Inc.) - network only! "WPMS Admin Reports" (free, by Joe Motacek) - network only! (MU Plugin!) "Multisite Language Switcher" (free, Dennis Ploetner) "Howdy Tweaks" (free, by Kailey Lampert) "Cachify" (free, by Sergej Müller) "Hyper Cache" (free, by Stefano Lissa) "Hyper Cache Extended" (free, by Martin Lazarov) "Limit Login Attempts" (free, by Johan Eenfeldt) "Optimize Database after Deleting Revisions" (free, by Rolf van Gelder) "WP-Optimize" (free, by Ruhani Rabin) "Installer (WPRC Installer)" (free, by OnTheGoSystems, Inc. (WPML.org team)) "Code With WP Code Snippets" (free, by Thomas Griffin) (plugin currently in beta, hosted at GitHub) "Toolbox Modules" (free, by Sergej Müller) - see also his plugin instructions "Relevanssi" (free) and "Relevanssi Premium" (premium) both by Mikko Saari "Widget Settings Importer/Exporter" (free, by Kevin Langley, Sean McCafferty, Mark Parolisi) "Tabify Edit Screen" (free, by Marko Heijnen) "Restrict Widgets" (free, by Digital Factory) "P3 (Plugin Performance Profiler)" (free, by GoDaddy.com) "Codestyling Localization" (free, by Heiko Rabe) "WP Migrate DB" (free, by Brad Touesnard) "Go - Sidebar Wizard" (premium, by Granth) "Stream" (free, by X-Team) "Snitch" (free, by Sergej Müller) Your plugin? - Just contact me with specific data Translations: Internationalization (i18n) / Localization (L10n) English (default) - always included German (de_DE) - always included .pot file (multisite-toolbar-additions.pot) for translators is also always included 🙂 Easy plugin translation platform with GlotPress tool: Translate "Multisite Toolbar Additions"... Your translation? - Just send it in A plugin from deckerweb.de and GenesisThemes Feedback I am open for your suggestions and feedback - Thank you for using or trying out one of my plugins! Drop me a line @deckerweb on Twitter Follow me +David Decker on Google Plus 😉 This Plugin... ...is Quality Made in Germany ...was created with love (plus some coffee) on an Ubuntu Linux powered machine 🙂 More For more WordPress Toolbar / Admin Bar specific plugins, have a look at my Toolbar Plugin Series 🙂 Also see my other plugins or see my WordPress.org profile page Tip: GenesisFinder - Find then create. Your Genesis Framework Search Engine. | ||||||||
Multisite Plugin Manager | 3.1.5 | 90 | 15 | 60256 |
| |||
The essential plugin for every multisite install! Manage plugin access permissions across your entire multisite network. Plugin management for Wordpress Multisite that supports the native plugins page and the WPMU DEV Pro Sites plugin! Used on thousands of multisite installs across the web. Previously known as WPMU Plugin Manager, it uses a backend options page to adjust plugin permissions for all the sites in your network. Select what plugins sites have access to Choose plugins to Auto-Activate for all new blogs Mass activate/deactivate a plugin on all sites in your network (Very Handy!) Assign special plugin access permissions for specific sites in your network And as Super Admin, you can override all these to activate specific plugins on the sites you choose! Removes the plugin meta row links (Version, Author, Plugin) and any update messages for blog admins Also, if you use the excellent Pro Sites plugin from WPMU DEV you will be able to charge for access to certain plugins! A free plugin by Aaron Edwards of UglyRobot Web Development. Contribute on GitHub | ||||||||
Multisite User Management | 1.1 | 82 | 18 | 75234 |
| |||
Automatically add users to each site in your WordPress network. Running a WordPress network? You no longer need to manually add new users to each of your sites. With this plugin, users are assigned a default role for each of your sites. You set the default role for each site and this plugin applies it. You can assign different roles for each site or keep a site private by assigning no role. | ||||||||
Diamond MultiSite Widgets | 1.8.2 | 76 | 4 | 17635 |
| |||
Bloglist, recent posts and comments from the whole network. Bloglist and recent posts and comments from the whole network Features: - You can choose the entries count - You can format the entries easily with short codes and html tags - You can set custom datetime format - You can use it on sub-blogs - Blacklist/Whitelist - Avatar support - Posts/Pages shortcode support (read more at the admin page) - RSS Recent Post feed - Cache Broadcast Post On The Network - In the publish box, you can copy your post to the network's sub-blogs Translations - Hungarian - Japanese (Chestnut) if you have any question write me an e-mail to daniel.bozo@amegrant.hu if you want to work with me Hire me on oDesk! | ||||||||
WordPress MU Domain Mapping | 0.5.5.1 | 92 | 98 | 515452 |
| |||
Map any blog/site on a WordPressMU or WordPress 3.X network to an external domain. This plugin allows users of a WordPress MU site or WordPress 3.0 network to map their blog/site to another domain. It requires manual installation as one file must be copied to wp-content/. When upgrading the plugin, remember to update domain_mapping.php and sunrise.php. Full instructions are on the Installation page and are quite easy to follow. You should also read this page too. Super administrators must configure the plugin in Super Admin->Domain Mapping. You must enter the IP or IP addresses (comma deliminated) of your server on this page. The addresses are purely for documentation purposes so the user knows what they are (so users can set up their DNS correctly). They do nothing special in the plugin, they’re only printed for the user to see. You may also define a CNAME on this page. It will most likely be the domain name of your network. See below for some restrictions and warnings. Your users should go to Tools->Domain Mapping where they can add or delete domains. One domain must be set as the primary domain for the blog. When mapping a domain, (like ‘example.com’) your users must create an A record in their DNS pointing at that IP address. They should use multiple A records if your server uses more than one IP address. If your user is mapping a hostname of a domain (sometimes called a “subdomain”) like www.example.com or blog.example.com it’s sufficient to create a CNAME record pointing at their blog url (NOT IP address). The login page will almost always redirect back to the blog’s original domain for login to ensure the user is logged in on the original network as well as the domain mapped one. For security reasons remote login is disabled if you allow users to use their Dashboard on the mapped domain. Super admins can now choose to either allow users to setup DNS ANAME records by supplying an IP (or list of IP addresses) or set a CNAME but not both (entering a CNAME for the end user voids the use of IP’s) There is a lot of debate on the handling of DNS using CNAME and ANAME so both methods are available depending on your preference and setup. Things to remember: CNAME records that point to other CNAME records should be avoided (RFC 1034 section 5.2.2) so only tell your end users to use your chosen domain name as their CNAME DNS entry if your domain name is an ANAME to an IP address (or addresses) Only use the CNAME method if your main domain is an ANAME of an IP address. This is very important. How do you know? Check your dns or ask your hosting company. Giving your users the option to just use your chosen domain name and not an IP (or list of IP’s) to set as their CNAME will make administration of your WordPressMU blog platform or WordPress 3.0 network easier, an example of this would be purchasing/deploying a new server or indeed adding more servers to use in a round robin scenario. Your end users have no need to worry about IP address changes. Finally, telling your end users to use an ANAME IP or CNAME domain name is up to you and how your systems are deployed. Further Reading: http://www.faqs.org/rfcs/rfc2219.html For localization: place translation files (ie. wordpress-mu-domain-mapping-xx_XX.mo) in the directory wp-content/plugins/wordpress-mu-domain-mapping/languages. You will probably have to create that directory yourself. Action Hooks You can now hook into certain parts of the domain_mapping mu-plugin to enable you to extend the features that are built in without the need to modify this plugin. To do this, just create a script within the mu-plugins dir that is called AFTER this plugin (eg, call it domain_mapping_extended.php). dm_echo_updated_msg This hook is for when you want to add extra messages for your end users when they update their settings, the current usage would be to remove the existing action and replace it with your own as shown within the example further down the page. dm_handle_actions_init Before we add our own handlers for our users wanting to update their mappings, we can use this action to maybe connect to your datacenter API ready for communication. An example would be to load an API class and connect before we send and recieve XML queries. Once again, see the example down the page. Your function can make use of the $domain variable. dm_handle_actions_add When an user adds a domain name to their mappings, this action can be used to perform other tasks on your server. An example would be to check the user has already set up the DNS records for the name to correctly point to your server. Your function can make use of the $domain variable. dm_handle_actions_primary This may or may not be commonly used in most cases but is there just in case. Your function can make use of the $domain variable. dm_handle_actions_del When an user deletes one of their domain mappings, this action can be used to reverse what dm_handle_actions_add has done. An example would be to remove the domain mapping from your server using your datacenter’s API. Your function can make use of the $domain variable. dm_delete_blog_domain_mappings If the blog is ever deleted and you make use of handle_actions, then this action will enable you to tidy up. An example would be when an user has set up multiple domain mappings and the blog is deleted, your function can remove any mess left behind. Your function can make use of the $domains array (numbered array of domains). NOTE, this will also be called if the user has no mappings, care should be taken in the case of an empty array. EXAMPLE USAGE <?php // Filename: mu-plugins/domain_mapping_extended.php // NOTE, // This example will not 'just work' for anyone, it is to show basic // usage of dm_echo_updated_msg, dm_handle_actions_init and // dm_handle_actions_add // We do not need translations but would really like a message when a // users DNS entry is not ready function dm_echo_extended_updated_msg() { switch( $_GET[ 'updated' ] ) { case "add": $msg = 'You have added a new domain name.'; break; case "exists": $msg = 'That domain name already exists, please try again.'; break; case "primary": $msg = 'New primary domain created - enjoy!'; break; case "del": $msg = 'The domain name has been removed.'; break; case "dnslookup": $msg = 'The domain is not pointing to ' . get_site_option( 'dm_cname' ) . ', please set up your DNS.'; break; } echo "<div class='updated fade'><p>$msg</p></div>"; } // REMOVE THE ORIGINAL MESSAGES remove_action('dm_echo_updated_msg','dm_echo_default_updated_msg'); // REPLACE WITH OUR OWN add_action('dm_echo_updated_msg','dm_echo_extended_updated_msg'); // Prepare to use our Datacenter API function dm_extended_handle_actions_init($domain) { global $datacenter_api; // There is a good chance we will be accessing the datacentre API require_once(dirname(__FILE__) ."/classes/xmlAbstract.class.php"); require_once(dirname(__FILE__) ."/classes/xmlParserClass.php"); require_once(dirname(__FILE__) ."/classes/datacenterAPIClass.php"); $datacenter_api = new datacenter_api('MY_API_KEY', 'API_TYPE'); } $datacenter_api = null; add_action('dm_handle_actions_init', 'dm_extended_handle_actions_init'); // Check the users DNS is ready to go (we are using the CNAME option) // then add the mapping to the datacenter API function dm_extended_handle_actions_add($domain) { global $datacenter_api; // Check the domain has the correct CNAME/ANAME record $dmip = gethostbyname(get_site_option( 'dm_cname' )); $urip = gethostbyname($domain); if ($dmip != $urip) { wp_redirect( '?page=domainmapping&updated=dnslookup' ); exit; } $datacenter_api->add_mapping($domain); } add_action('dm_handle_actions_add', 'dm_extended_handle_actions_add'); ?> | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
WordPress MU Sitewide Tags Pages | 0.4.2 | 86 | 3 | 31408 |
| |||
A central area where all the posts on a WordPress MU or WordPress MS site can be collected. This plugin creates a new blog on your server for all the posts on your site, much like http://wordpress.com/tags/ For performance reasons the number of posts is limited to a user configurable amount, and the blog itself can be made indexable by search engines or not. | ||||||||
NextScripts: Social Networks Auto-Poster | 4.3.7 | 74 | 510 | 6009301 |
| |||
Automatically publishes blogposts to profiles/pages/groups on Facebook, Twitter, Instagram, Google+, Pinterest, LinkedIn, Blogger, Tumblr ... 22 more This plugin automatically publishes posts from your blog to your Social Media accounts such as Facebook, Twitter, Google+(Google Plus), Blogger, Tumblr, Flickr, LinkedIn, ok.ru, LiveJournal, DreamWidth, Flipboard, Instagram, Telegram, Line, Diigo, Instapaper, Pinterest, Plurk, VK.com (VKontakte), YouTube, Scoop.It, WordPress, XING etc. The whole process is completely automated. Just write a new post and either entire post or it’s nicely formatted announcement with backlink will be published to all your configured social networks. You can reach the most audience and tell all your friends, readers and followers about your new post. Plugin works with profiles, business pages, community pages, groups, etc. Messages are 100% customizable and adopted for each network requirements. Version 4.3 – fully compatible with WordPress 5 and Guttenberg. Supported Networks Blogger/Blogspot – Autopost to your blog. HTML is supported. Deviantart.com – Autopost to your blog. HTML is supported. Diigo – Auto-submit bookmark to your account. Facebook – Autopost to your business page or community page using free native Facebook API or to your profile, business/community page or groups using third party API library*. Ability to attach your blogpost to Facebook post. Ability to make “Image” posts. Flickr – Autopost images to your photostream and/or sets. Tags are supported. Flipboard (with third party API library) – post to your magazines. Instagram – (with third party API library) – Post your blogpost’s featured image to your Instagram account. Instapaper – Auto-submit bookmark to your account. Google+ for G Suite (with third party API library) – Autopost to your profile, business page or community. Ability to attach your blogpost to Google+ post. Ability to make “Image” posts. Google My Business (with third party API library) – Autopost to your Google My Business listings. Line – Autopost to your channel, group or room. LinkedIn – Autopost to your account. Ability to attach your blogpost to LinkedIn post. Autopost to LinkedIn Company pages and/or Groups (with third party API library) LiveJournal – Auto-submit your blogpost to LiveJournal blog or community. “LiveJournal Engine” based website DreamWidth.org is also supported. MailChimp – One of the most popular email marketing tools. You can send your blogs as email campaigns to specific subscribers. Medium – Autopost to your profile or publications. ok.ru (Odnoklassniki) Autopost to your group/page. Ability to make text posts, image posts, share links. Pinterest (with third party API library) – Pin your blogpost’s featured image to your Pinterest board. Reddit (with third party API library) – post to your subreddits. Scoop.It (with third party API library) – Autopost to your “Topics”. Ability to attach your blogpost to scoop. Ability to make “Image” posts. SETT – Auto-post to your Sett.com blog. Telegram – Autopost to your channel, group or chat. Tumblr – Autopost to your account. Ability to attach your blogpost to Tumblr post. HTML is supported. Twitter – Autopost to your account. Ability to attach Image to tweets. Plurk – Autopost to your account. Ability to attach Image to messages. vBulletin – Auto-submit your blogpost to vBulletin forums. Could create new threads or new posts. vk.com (vKontakte) – Autopost to your profile or group page. Ability to attach your blogpost to vk.com post. Ability to make “Image” posts. Weibo – Biggest Chinese Microblogging Service. You can post your messages and images. WordPress – Auto-submit your blogpost to another blog based on WordPress. This options includes WordPress.com, Blog.com, etc.. XING – Post text messages or share links. YouTube (with third party API library) – Post messages to your YouTube channel feed. If blogpost has youtube reference it will be attached. Yo – Send notifications to your subscribers. 500px – Autopost images to your account. … more networks are coming soon … (with third party API library) means that you need to eitgher provide your own API or have a SNAP Premium API Library for WordPress. SNAP Premium API for WordPress also comes with the SNAP Pro Plugin. Plugin makes 100% White Labeled Posts The main idea behind the plugin is to give you the ability to promote only yourself. Plugin uses your own apps and all posts to all networks come only from you. No “Shared via NextScripts.com” or “Posted by SNAP for WordPress” messages. Please see complete installation instructions with video and screenshots Free and Pro Plugin Features Please see more detailed features list Message Formatting Tags Filters. Filters allow you to post only specified categories, tags, post types, etc… to each Social Network account. Re-Poster. Automatically post your already existing posts to your social media accounts. Tags/Categories could be posted as Hashtags Auto-import comments from Facebook as WordPress Comments Auto-import replies and mentions from and Twitter as WordPress Comments URL Shorteners: bit.ly, goo.gl, YOURLS and built in WordPress URL Shortener Additional URL Parameters Custom URLs for AutoPosts Export/Import Plugin settings See direct links to the published posts from the “Edit” page “Image” posts for Facebook, Google+, Vkontakte and Twitter Ability to “Spin” message post templates Full compatibility with WooCommerce. SNAP can autopost new or auto-repost existing products to all your social media accounts. Also included exclusively in the SNAP Pro Plugin Unlimited accounts. Add/configure unlimited number of accounts for each social network. Ability to make Scheduled and Delayed posts Advanced Filters. Filter by Custom Fields, Custom Taxonomies, and Searches Auto-repost existing posts randomly Limit auto-reposting to specific days and times Requirements WordPress 3.4+ (4.8+ is preferred) PHP 5.3+ (7+ is preferred) cURL Correctly working WP cron is required for some functionality (Scheduled posts, Auto reposter, Comments Import, etc…) Get Support Contact support/Open Support Ticket Other/Copyrights Plugin Name: Next Scripts Social Networks Auto-Poster Plugin URI: https://www.nextscripts.com/social-networks-auto-poster-for-wordpress Description: This plugin automatically publishes posts from your blog to your Facebook, Twitter, and Google+ profiles and/or pages. Author: Next Scripts Author URL: https://www.nextscripts.com Copyright 2012-2014 Next Scripts, Inc PHP Twitter API: Copyright 2012 – themattharris – tmhOAuth NextScripts.com, Inc | ||||||||
New Blog Defaults | 2.2.2 | 100 | 2 | 34241 |
| |||
Allows site administrator to set the defaults for all new blogs created on server. IMPORTANT: This plugin is NO LONGER actively maintained. Feel free to use it as is (it mostly works), to modify it, or to branch your own version. Included files: cets_blog_defaults.php This plugin does the following: In 3.0, adds a new submenu to the site admin screen called "New Blog Defaults." In 3.1, adds a new submenu called "New Blog Defaults" to the Settings section on the Network Admin page. Allows the site/network administrator to visual set defaults for each of the major blog sections: General Settings Writing Settings Reading Settings Discussion Settings Privacty Settings Permalinks Miscellaneous Settings Theme Bonus Settings | ||||||||