Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme to use markdown #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# TNW Social Count
> Version: 1.0

[TNW](https:thenextweb.com) Social Count is a [WordPress](https://wordpress.com) plugin that solves the problem of social sharing the proper way. No more third-party scripts that slow down your site and ugly buttons that clutter your design.

The plugin has two parts: The backend part saves the number of Twitter retweets, Facebook likes, Google Plus and LinkedIn shares as
`post_meta` information.

The frontend part renders a share button on the same fashion as on [The Next Web blog](https://thenextweb.com).


## Installation
After activating the plugin, just include the following snippet of code in your theme, wherever you want the button to appear:

```php
<?php
if(function_exists('render_tnwsc_button')) {
echo render_tnwsc_button();
}
?>
```

## Author
- [Pablo Román](https://github.com/pabloroman) for [The Next Web](https://github.com/thenextweb)
18 changes: 0 additions & 18 deletions readme.txt

This file was deleted.