WIP GFB's Promote Post plugin..
This plugin assists with delivery and promotion of posts on social networks and other media channels.
Efforts for www.globalfoodbook.com.
- Upload /promote-posts to the /wp-content/plugins directory
- Activate the plugin through the Plugins menu in WordPress
- None
- Initial Release
- Initial Release
If you would like to contribute to our suite of plugins, head on over to Global Food Book Labs. Feel free to fork and contribute back.
- Fork it (https://github.com/globalfoodbook/promote-posts)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Rename each screenshot for each step like this. For step 1 the screenshot is screenshot-1.png.
- The banner image is named as banner-772x250.png.
- Use an SVN client like smart svn or rapid svn etc to upload these images to the /assets folder.
- After this, commit and all will be picked up.
-
Clone this repo
`git clone [email protected]:globalfoodbook/promote-posts.git`
-
cd path/to/promote-posts
-
vim .git/config
-
Add the code below:
[svn-remote "svn"] url = http://plugins.svn.wordpress.org/[plugin_name]/trunk fetch = :refs/remotes/git-svn
-
Then merge the master into the new branch:
`git svn fetch svn` `git checkout -b svn git-svn` `git merge master` `git svn dcommit --username [Wordpress.org username]`
-
Then rebase that branch to the master, and you can dcommit from the master to svn
`git checkout master` `git rebase svn` `git branch -d svn` `git svn dcommit --username [Wordpress.org username]`