Descripción
The plugin allows you to display beautiful Twitter profiles by using shortcode.
You just need to provide Twitter username(s) and the plugin will make the rest.
The plugin utilizes Twitter API to get the following data:
- Nom
- Imagen de perfil
- Bio
- Followers count
- Following count
- Tweets count
All results are being cached for 4-8 hours.
The Plugin uses Twitter API library which is available on Github
Instalación
- Upload the plugin files to the
/wp-content/plugins/social-profile
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Configure Twitter API Settings using «Connect to Twitter» link in «Plugins» section.
- You can now use [twitter_profile] shortcode with «users» atrribute.
Display single profile:
[twitter_profile users="youtube"]
Display multiple profiles:
[twitter_profile users="youtube,twitter,instagram,cristiano,kingjames,google,facebook"]
FAQ
- How to configure Twitter API?
-
Go to ‘Plugins’ screen in WordPress, find «Social Profile» plugin and click «Connect to Twitter» link.
- Where to find Twitter OAuth credentials
-
Visit Application Management page on Twitter and click «Create New App» button. On the next screen provide only «Name», «Description» and «Website» – leave empty «Callback URL» field.
- How to display single Twitter profile?
-
Use [twitter_profile] shortcode with Twitter username passed in «users» attribute.
Example:
[twitter_profile users=»youtube»] - How to display multiple Twitter profiles?
-
Use [twitter_profile] shortcode with Twitter usernames passed in «users» attribute, separated by comma.
Example:
[twitter_profile users=»youtube,google,facebook»]
Reseñas
Colaboradores y desarrolladores
«Social Profile» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Social Profile» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.2
- Changed Cache TTL to 4-8 hours
1.0.1
- Updated CSS code to better display longer profile descriptions
1.0.0
- First public version of the Social Profile plugin