Descrição
This plugin will support a new shortcode [linkshare][/linkshare]
and new PostType LinkShare ,You can use these to share link to your friends.
- you will can see a Link at your Admin Menu, then You can use this link to add New Share.
- Click ‘Add New’,And Input Share title, Share Comment, Share URL,And Submit.
- Create A new Page with content
[linkshare][/linkshare]
. - View the page.
Instalação
- Download Plugin Zip File
- Upload to Your WordPress
- create a new page with content : [linkshare][/linkshare]
Perguntas frequentes
- Installation Instructions
-
- Download Plugin Zip File
- Upload to Your WordPress
- create a new page with content : [linkshare][/linkshare]
- Do you will support Other Languages
-
I only can support Chinese and English.For Other Language, You Can Join the translator Team to Add Your Language.
- How to Style My List
-
Generate List is ul list.
The outer ul with classlinkshare-list
, the inner li with classlinkshare-item
,the a link with classlinkshare-link
. You can add your style into your themestyle.css
Contribuidores e programadores
“LinkShare” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
Contribuidores“LinkShare” foi traduzido para 1 locale. Obrigado aos tradutores pelas suas contribuições.
Traduza o “LinkShare” para o seu idioma.
Interessado no desenvolvimento?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Registo de alterações
0.0.6
- Change Language to English for Internationalize.
- Add zh_CN language.
0.0.4
- update esc_url function.
0.0.3
- use esc_url for input.
0.0.2
- sanitize, escape, and validate POST calls.
0.0.1
- compete short code.
- compete post type.
- compete submit meta box.