A Facebook "What's on your mind?" clone. This module is for experimental purposes and shows you how you can fetch OpenGraph data base on a URL from a textarea field.
- Pull the code.
- Copy the code in your document root directory where the
/app/
folder is located. - Clear all caches and reload your Admin Panel to run the installation process.
- After installation you should see a new menu in
Forkel > OpenGraph
. - You should also find a record
forkel_opengraph_setup
in tablecore_resource
. Useselect * from core_resource where code = 'forkel_opengraph_setup';
- Paste or enter text which contains a valid URL
- A AJAX request will fetch OpenGraph data
- Functionality available in backend and frontend
The functionality can be used in the backend section Forkel > OpenGraph
or in the frontend {base_url}/forkel_opengraph/
If you have any issues with this extension, open an issue on Github.
- Fork it!
- 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
. - Submit a pull request.
If you need a custom build, just contact me on http://www.tobiasforkel.de. Please follow me on GitHub and Twitter.
===== 1.1.0 =====
- Added opengraph data fetch in frontend {base_url}/forkel_opengraph/
===== 1.0.0 =====
- Initial version of this module