开发者 |
mateus.pinheiro
karreiro |
---|---|
更新时间 | 2012年3月19日 20:50 |
PHP版本: | 2.5 及以上 |
WordPress版本: | 3.3.1 |
You can embed your Social-ID by knowing your numeric ID. To get this, just login to your account and go to Your Social-ID preferences page Once you get your numeric ID, use the syntax below to include it within contentEmbeding a group[social_id id=17]
Or this syntax to include it within your PHP codeSocialID::social_id(17);
You can embed your Social-ID group by knowing it's URL name. You can tell this by looking at the group's URL. For example, for the group http://www.socialidnow.com/groups/coffeebean , the URL name is coffeebean. Once you know the URL name, use the syntax below to include it within contentChanging width and height[social_id_group group_url=coffeebean]
Or this sytnax to include it within your PHP codeSocialID::social_id_group("coffeebean");
You can choose from three different layouts by using the syntax belowWe are real people![social_id_group group_url=coffeebean size=normal]
The possible values are: small: Shows the title and pictures only. normal: Shows group image and description with people pictures. large: Shows group image, description and a badge for each person. Customizing the look You can use several parameters to choose how your embed will look like. They are[social_id_group group_url=coffeebean header=no]
This will hide the header with the group image and description[social_id_group group_url=coffeebean join_button=no]
If the group is open this will hide the Join button that would normally show[social_id_group group_url=coffeebean join_button_position=middle]
If the group is open and the Join Button is showing, this parameter will define where the button goes. The possible values are: top, middle, bottom.[social_id_group group_url=coffeebean pictures=no]
Hides all the pictures, leaving only the header and group image[social_id_group group_url=coffeebean width=600 height=400]
This will change the width and height to specified values Creating Social-IDs and Groups Social-IDs and Groups are a feature from a free web application, Social-ID NOW™. If you want to create new Social-IDs and Groups, go to the socialidnow.com website and create them.
If you are having any trouble installing the Social-ID NOW™ WordPress Plugin, go to our GetSatisfaction page and ask. You will be amazed by how fast we can reply :)
social_id.php
to the /wp-content/plugins/
directoryNo. All you need to know is the Group name or Social-ID numeric ID. But for creating new groups and Social-IDs, you do need a Social-ID account.
Not now. We are looking forward to implement this on our plugin. If you like this, go to our GetSatisfaction page and thumbs up this idea!