https://github.com/flexseth/press-this-for-the-events-calendar
Modify the Press This bookmarklet to allow pressing Events to the Modern Tribe The Events Calendar plugin
https://github.com/flexseth/press-this-for-the-events-calendar
bookmarklet events pressthis wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
Modify the Press This bookmarklet to allow pressing Events to the Modern Tribe The Events Calendar plugin
- Host: GitHub
- URL: https://github.com/flexseth/press-this-for-the-events-calendar
- Owner: flexseth
- License: gpl-2.0
- Created: 2016-03-19T16:30:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T16:25:39.000Z (almost 9 years ago)
- Last Synced: 2025-03-07T03:37:30.812Z (about 2 months ago)
- Topics: bookmarklet, events, pressthis, wordpress, wordpress-plugin
- Language: PHP
- Size: 18.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== Plugin Name ===
Plugin Name: Press This for The Events Calendar
Contributors: flexseth
Donate link: http://flexperception.com
Tags: the events calendar, event management, workflow, Press This, bookmarklet
Requires at least: 3.0.1
Tested up to: 4.4.2
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlModify the Press This bookmarklet to be able to easily post Event types, which will allow you to easily add Events to The Events Calendar, a calendar plugin by Modern Tribe.
== Description ==
Use this plugin to easily add events to your event calendar that uses The Events Calendar plugin by Modern Tribe.== Installation ==
1. Upload `press-this-for-the-events-calendar.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Enjoy.== Frequently Asked Questions ==
= Do you do The Event Calendar integrations? =
Yes! Please go to flexperception.com and you can contact me.
= Is this software open source =
of course it is. If you want to support and need help, hire a developer.
= Does this work for other custom post types =
yup! Just change the line that says
$data['post_type'] = 'tribe_events';replacing tribe_events with your custom post type name.