Skip to content

coffeebeantech/Social-ID-NOW-WordPress-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

=== Embed Social-ID NOW™ ===
Contributors: mateus.pinheiro, karreiro
Tags: social-id, social, identity, embed
Requires at least: 2.5
Tested up to: 3.3.1
Stable tag: 1.1

This helps you embeding your Social-ID and Groups on your WordPress. You can create a Social-ID and Group at http://www.socialidnow.com

== Description ==

Social-ID NOW™ is a place were you can create your own Social-ID, an online identity. You can also create groups of Social-IDs. If you want to create a Social-ID, a Group or learn more go to [socialidnow.com](http://www.socialidnow.com "Social-ID NOW™")

**Embeding a Social-ID**

> 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](http://www.socialidnow.com/users/edit "Social-ID Preferences")

> Once you get your numeric ID, use the syntax below to include it within content
>
> `[social_id id=17]`
>
> Or this syntax to include it within your PHP code
>
> `SocialID::social_id(17);`

**Embeding a group**

> 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 content
>
> `[social_id_group group_url=coffeebean]`
>
> Or this sytnax to include it within your PHP code
>
> `SocialID::social_id_group("coffeebean");`

**Changing width and height**
> You can choose from three different layouts by using the syntax below
> 
> `[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](http://www.socialidnow.com "Social-ID NOW™") website and create them.

**We are real people!**

> If you are having any trouble installing the Social-ID NOW™ WordPress Plugin, go to our [GetSatisfaction page](https://getsatisfaction.com/socialidnow "Get Satisfaction Social-ID NOW™ Community") and ask. You will be amazed by how fast we can reply :)

== Installation ==

1. Upload `social_id.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. View the description to see how you can display your Social-IDs and Groups

== Frequently Asked Questions ==

= Do I need an account on Social-ID NOW™ to use this plugin? = 

No. 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.

= Can I create groups and Social-IDs from inside this plugin? =

Not now. We are looking forward to implement this on our plugin. If you like this, go to our [GetSatisfaction page](https://getsatisfaction.com/socialidnow "Get Satisfaction Social-ID NOW™ Community") and thumbs up this idea!


== Changelog ==

= 1.0 =
* Embed Groups.
* Embed Social-IDs.

== Upgrade Notice ==

= 1.0 =
This is the first version. You should be using it already :)

About

A plugin to embed your groups and Social-IDs on your WordPress blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages