Go back

Plugins

Last update: Jan 28th, 2017

Information

The plugins in our platform are applications that can be used both in the social network and other sites, it extends the functionality for the user and for our team, and can be used freely.

Plugins can perform actions, extend the functionality of an account, and these are approved and tested by our team to acquire our system.

Uses

External applications:

External uses of plugins that are avaliable, are to be integrated into other websites, blogs, networks, etc. For proper use of these plugins, you must give the correct use of their aims and NOT modify it for any reason.

Internal applications:

The internal use of plugins that are available are for these to be used within Red Master, in all cases, these plugins are managed by our team and the user can configure to their needs and tastes, generally, many set of plugins are for the account in general and can be found on the configuration settings of tools in the same account.

Our plugins

External plugins:

1. Insert the login form in your page:

This plugin allows you to insert the login form of Red Master on your website. To do them, you need to copy the following code:

<!DOCTYPE html> 
<div id="elgg-embedded-login"></div>
<script>
    (function(d, s, id) {
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) return;
        js = d.createElement(s); js.id = id;
        js.src = "https://social.mastercoria.com/embedded_login";
        fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'elgg-embedded-login-js'));
</script>
2. Embed a page of Red Master on your website:

Red Master has this functionality on every page that is accessible. You can use it freely to paste into your website or so show the selected page.

 

To embed a page, you can use this <iframe>. Copy them completly (including with their parameters):

The first:

With design included on the page:

<iframe src='{page-of-Red-Master}' style=' border-width:0' width='600'  height='600' frameborder='0' scrolling='auto'><iframe>

Where {page-of-Red-Master} is the page that must be set to display in the iFrame.

The second:

No full page layout (embedded):

<iframe src='{page-of-Red-Master}?view=embed' style='border-width:0' width='600'  height='600' frameborder='0' scrolling='auto'></iframe>

Where {page-of-Red-Master} is the page of Red Master that will be displayed and the ?view=embed is the form shown without complete design.

NOTE

If you want to change the parameters of these iframes tags, you can, but Red Master recommends you to leave them in their original settings.

3. Embed the search browser of Red Master on your website:

If you want to put the search engine of Red Master on your site, you can do with the following HTML code:

<form action="https://social.mastercoria.com/search" method="get">
<input type="text" size="21" name="q" value="Search" onblur="if (this.value=='') { this.value='Buscar' }" onfocus="if (this.value=='Search') { this.value='' };">
<input type="hidden" name="search_type" value="all">
<input type="submit" value="Go">
</form>

Note that you can modify its parameters (size and text browser), if you change something else, the application will not work.

Internal plugins:

1. RSS feeds on pages:

The RSS feeds allow you to follow a predetermined activity in certain pages of Red Master or user activity. This plugin lets you subscribe to a certain page and follow the activity of taht page. When new content is published, you will be notified with this plugin.

 

Any page that you want to subscribe to add the following termination to proceed with the RSS document:

?view=rss

Put the parameter that you viewed above in all of the URLs of Red Master that you want to have news.
2. Configure internal plugin settings of Red Master:

Internal plugins of Red Master are those that allow you to publish, edit, give likes, climb things, etc. To use them in the account, it can be modified to the needs of the person owning the account.

 

To configure the settings of your account plugins go to this link.