Titre:group plugin - add facebook groups content feed to your website or blog - easy s
La description :group plugin - add facebook groups content feed to your website or blog - easy setup in just 5 minutes. improves the content quality of your site and its seo. scrape facebook groups, export or backup ...
Classement Alexa Global: # 12,539,470
Server:Apache...
L'adresse IP principale: 71.19.241.15,Votre serveur Canada,Coquitlam
ISP:eSecureData TLD:com Code postal:ca
Ce rapport est mis à jour en 25-Jul-2018
Created Date:
2017-11-15
Changed Date:
2017-12-11
Données techniques du groupplugin.com
Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations.
Notre service GeoIP a trouvé l'hôte groupplugin.com.Actuellement, hébergé dans Canada et son fournisseur de services est eSecureData .
Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé Apache contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.
IP:71.19.241.15 ASN:11831 OWNER:ESECUREDATA - eSecureData, CA Country:CA
mx:
MX preference = 5, mail exchanger = alt2.aspmx.l.google.com. MX preference = 5, mail exchanger = alt1.aspmx.l.google.com. MX preference = 10, mail exchanger = alt3.aspmx.l.google.com. MX preference = 1, mail exchanger = aspmx.l.google.com. MX preference = 10, mail exchanger = alt4.aspmx.l.google.com.
HtmlToText
toggle navigation groupplugin.com display social media groups at your website features faq how to prices want to display live facebook group posts on your website / blog? get group plugin now a clever seo solution that displays man-made real time genuine content on your site or blog embed facebook groups in you site in just 3 lines of code that you include in your website will do that miracle: you can get up and running in just 5 minutes. think about us like the google maps plugin, just for deploying facebook groups on your site groups plugin features: immediate setup it takes 5 minutes to setup group plugin on any website or blog free features basic content feed of social media groups is 100% free of charge cloud based saas group plugin is 100% cloud based saas, all your storage is free pro features clever solutions like unique content harvesting & genuine seo scenarios embed facebook groups content on your site or blog, it works on all public groups! website owner: embed any facebook group on your blog/website facebook groups provide you with man-made, genuine, active, top seo content! seo seeker: automatically display genuine live man-made content extract content from groups you administer, or groups of other admins. superb! group administrator: scrape and backup your facebook group content faq 1. what is the most common use of group plugin? group plugin is awesome for presenting facebook groups content on your website or blog. you choose which group to present out of millions of facebook groups, and the content would flow to your site automatically. 2. can i use the group plugin on my blog? certainly. if your blog's cms (content management system) can accept javascript code then just add the group plugin code in the section you want the content, and the plugin will do the rest for you. 3. how come group plugin can improve my site's seo?! seo is mainly affected by content: about how often the content is updated, and how genuine and authentic it is. social media groups are the best provider of such content because it is made by real people, that maintain real, real time discussions on current subject matters. group plugin is bringing all this updated content to your website or blog, in a click of a button. 4. how many facebook groups can i display on my site with group plugin? you can display as many facebook groups as you like - group plugin is not limiting you with that 5. do i have to be a group member to be able to use group plugin on it? no! you can use groups plugin with any public group, even those which you are not a member of. 5 min setup tutorial to add the group plugin to your site, you need to follow the following steps: step 1: login with facebook. this will give you the free group plugin account. step 2: get your secret token: the secret token is at the top of your account screen. click the "toggle" link to show the token, and copy it to your clipboard: step 3: whitelist your website/blog ip: on your account above, press "settings" and add the ip number of the blog / website server you wish to use with group plugin. step 4: link to the groupplugin stylesheet. add the following line to your <head> section of your website: <link rel="stylesheet" type="text/css" href="https://www.groupplugin.com/public/group-plugin-base.css"> step 5: link to the groupplugin code. add the following line at the bottom of your web code just above the </body> tag of your website - while you add your app token from your account above in the right place in the code : <script id="grouppluginjs" token=" put_your_app_token_here " type="text/javascript" src="https://www.groupplugin.com/public/group-plugin.min.js"></script> step 6: inject the facebook group content. simply add the following <div> wherever you want the facebook group content displayed, don't forget to replace the xxxxxxxxxxx with the facebook id of the group you wish to use: <div class="groupplugincontentdiv" group-id="xxxxxxxxxxx"></div> advanced options: simply use the following <div> instead of the basic one: <div class="groupplugincontentdiv" group-id="xxxxxxxxxxx" num="yy" showcommentsyn="z" showpagination="z" ></div> please note: (1) xxxxxxxx is the facebook group id, you can get it once logged in to your account (2) yy is the number of posts to show, an integer value, in case you want to display more than the default 10 posts (pro and biz clients only) (3) z is either y for "yes" or n for "no" (pro and biz clients only, unqueyn is a feature for biz clients only) css and template structure the group plugin output is structured in simple div blocks with separated classes, so you could design and set your own look and feel. our basic stylesheet has a look and feel of a facebook group. you can adjust it to fit with your website or blog. click here for detailed structure of the group plugin output click here for detailed structure of the group plugin template close this <div class="groupplugin_storycontainer"> <!-- container of all plugin content --> <div class="groupplugin_toppagingcontainer"> <div class="groupplugin_toppagingprevious"> previous <!-- a pagination hyper link to previous pages --> </div> <div class="groupplugin_toppagingseparator"> | <!-- a pagination separation line --> </div> <div class="groupplugin_toppagingnext"> next <!-- a pagination hyper link to next pages --> </div> </div> <div class="groupplugin_storycontainer"> <!-- container of a story: post + comments --> <div class="groupplugin_storydetails"> <!-- container of a story post and details: who posted and when --> <div class="groupplugin_storyuserpicturecontainer"> <img class="groupplugin_userpicture"> </div> <div class="groupplugin_storyusername">..........</div> <div class="groupplugin_storydatetime">..........</div> <div class="groupplugin_storytext">..........</div> </div> <div class="groupplugin_storycomments"> <!-- container of all the story comments --> <div class="groupplugin_commentcontainer"> <!-- container of first comment --> <div class="groupplugin_commentuserpicturecontainer"> <img class="groupplugin_commentuserpicture"> </div> <div class="groupplugin_commentdetails"> <div class="groupplugin_commentusername"> ..........</div> <div class="groupplugin_commentdatetime"> ..........</div> <div class="groupplugin_commentmessage"> ..........</div> </div> </div> <!-- end of comment 1 --> <div class="groupplugin_commentcontainer"> <!-- container of 2nd comment --> <div class="groupplugin_commentuserpicturecontainer"> <img class="groupplugin_commentuserpicture"> </div> <div class="groupplugin_commentdetails"> <div class="groupplugin_commentusername"> ..........</div> <div class="groupplugin_commentdatetime"> ..........</div> <div class="groupplugin_commentmessage"> ..........</div> </div> </div> <!-- end of comment 2 --> ....... ....... ....... </div> <!-- end of comments container block--> </div> <!-- end of story container --> ....... ....... <!-- additional stories like the above--> ....... <div class="groupplugin_bottompagingcontainer"> <div class="groupplugin_bottompagingprevious"> previous <!-- a pagination hyper link to previous pages --> </div> <div class="groupplugin_bottompagingseparator"> | <!-- a pagination separation line --> </div> <div class="groupplugin_bottompagingnext"> next <!-- a pagination hyper link to next pages --> </div> </div> </div> <!-- end of plugin content injection block--> close this close this visually, it looks like that. the high level structure is: the comment
Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;
Domain Name: GROUPPLUGIN.COM
Registry Domain ID: 2187391006_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2017-12-11T01:15:19Z
Creation Date: 2017-11-15T03:11:51Z
Registry Expiry Date: 2023-11-15T03:11:51Z
Registrar: NameCheap Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: abuse@namecheap.com
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.REGISTRAR-SERVERS.COM
Name Server: DNS2.REGISTRAR-SERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2018-03-27T22:57:47Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.
TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability. VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.
The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.
REGISTRAR NameCheap Inc.
SERVERS
SERVER com.whois-servers.net
ARGS domain =groupplugin.com
PORT 43
TYPE domain RegrInfo DOMAIN
NAME groupplugin.com
CHANGED 2017-12-11
CREATED 2017-11-15
STATUS clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Nous utilisons des cookies pour personnaliser votre expérience sur notre site. En poursuivant votre navigation, vous acceptez cette utilisation. Apprendre encore plus