Main options
Option | Default | Type | Description |
---|---|---|---|
width | 330 | integer | Define width of the element. |
height | 600 | integer | Define height of the element. |
enabled | “twitter” | string | Show enabled social at the beginning |
available | no default value | array | Order and display socials media you need. [‘facebook’, ‘twitter’, ‘instagram’, ‘pinterest’] This option is required. |
Option | Default | Type | Description |
---|---|---|---|
account | no default value | string | Social page to display. It’s simple name. This option is required. |
token | no default value | string | Access token. More info in documentation. This option is required. |
limit | 10 | integer | Number of feeds displayed in social. |
media | true | boolean | Display media (photos and videos). Allowed values are: true or false. |
showOnly | null | string | Display specified type of posts throughout the limit. Available options are: “photo”, “link”, “status”, “video”, “event”. |
descriptionLength | 200 | integer | Set the length of the message (characters). |
linkLength | 35 | integer | Set the length of the link (characters). This links shows up when post is the ‘link’ type. |
linkText | <i class=”icon-angle-double-right”> | string | Text or icon displayed as a link in the end of the message. It can be text or html. |
disable | null | array | Disable parts of the plugin. Allowed values: ‘header, ‘information’, ‘stats’, ‘thumbnail’, ‘shares’, ‘likes’, comments’, ‘date’, ‘name’. If you want to disable one part of the plugin then put one string. However, if you want to disable more things, then put it into array e.g.: [‘likes’, ‘date’]. |
afterLoad | null | function | Callback after loading content. |
Option | Default | Type | Description |
---|---|---|---|
account | no default value | string | Social page to display. It’s simple name. This option is required. |
consumer_key | no default value | string | Consumer key. More info in documentation. This option is required. |
consumer_secret | no default value | string | Consumer secret. More info in documentation. This option is required. |
limit | 10 | integer | Number of tweets displayed in social. |
media | true | boolean | Display media (photos and videos). Allowed values are: true or false. |
linkText | <i class=”icon-angle-double-right”> | string | Text or icon displayed as a link in the end of the message. It can be text or html. |
disable | null | string | Disable parts of the plugin. Allowed values: ‘header, ‘information’, ‘stats’, ‘thumbnail’, ‘retweets’, ‘tweets’, ‘date’, ‘name’. If you want to disable one part of the plugin then put one string. However, if you want to disable more things, then put it into array e.g.: [‘tweets’, ‘date’]. |
afterLoad | null | function | Callback after loading content. |
Notice:
Common question: How to generate all those tokens and keys?
Option | Default | Type | Description |
---|---|---|---|
access_token | no default value | string | Your access token which you have to provide. More info in documentation.This option is required. |
limit | 10 | integer | Number of tweets displayed in social. |
media | true | boolean | Display media (photos and videos). Allowed values are: true or false. |
linkText | <i class=”icon-angle-double-right”> | string | Text or icon displayed as a link in the end of the message. It can be text or html. |
disable | null | string | Disable parts of the plugin. Allowed values: ‘header, ‘information’, ‘stats’, ‘thumbnail’, ‘likes’, ‘comments’, ‘date’, ‘name’. If you want to disable one part of the plugin then put one string. However, if you want to disable more things, then put it into array e.g.: [‘likes’, ‘date’]. |
afterLoad | null | function | Callback after loading content. |
Option | Default | Type | Description |
---|---|---|---|
account | no default value | string | Social page to display. It’s simple name. This option is required. |
media | true | boolean | Display media (photos and videos). Allowed values are: true or false. |
linkText | <i class=”icon-angle-double-right”> | string | Text or icon displayed as a link in the end of the message. It can be text or html. |
disable | null | string | Disable parts of the plugin. Allowed values: ‘header, ‘information’, ‘stats’, ‘thumbnail’, ‘likes’, ‘repins’, ‘name’. If you want to disable one part of the plugin then put one string. However, if you want to disable more things, then put it into array e.g.: [‘likes’, ‘date’]. |
descriptionLength | 200 | integer | Set the length of the message (characters). |
afterLoad | null | function | Callback after loading content. |
VKontakte
Option | Default | Type | Description |
---|---|---|---|
account | no default value | integer | Social page to display. VKontakte requires the id number. This option is required. |
limit | 10 | integer | Number of posts displayed in social. |
media | true | boolean | Display media (photos and videos). Allowed values are: true or false. |
linkText | <i class=”icon-angle-double-right”> | string | Text or icon displayed as a link in the end of the message. It can be text or html. |
disable | null | string | Disable parts of the plugin. Allowed values: ‘header, ‘information’, ‘stats’, ‘thumbnail’, ‘retweets’, ‘tweets’, ‘date’, ‘name’. If you want to disable one part of the plugin then put one string. However, if you want to disable more things, then put it into array e.g.: [‘tweets’, ‘date’]. |
descriptionLength | 200 | integer | Set the length of the message (characters). |
afterLoad | null | function | Callback after loading content. |