{"id":30121,"date":"2014-06-18T06:59:09","date_gmt":"2014-06-18T06:59:09","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/callmeback\/"},"modified":"2014-06-18T12:47:29","modified_gmt":"2014-06-18T12:47:29","slug":"callmeback","status":"publish","type":"plugin","link":"https:\/\/ml.wordpress.org\/plugins\/callmeback\/","author":13890622,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.3","stable_tag":"trunk","tested":"3.9.40","requires":"3.0.0","requires_php":"","requires_plugins":"","header_name":"CallMeBack","header_author":"Adrian Gier","header_description":"","assets_banners_color":"a2ded6","last_updated":"2014-06-18 12:47:29","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/click3.de","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2265,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"934429","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"934218","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"934223","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"934395","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"934395","resolution":"4","location":"assets"},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"934394","resolution":"5","location":"assets"}},"screenshots":{"1":"Create the Shortcode to display the Callback Form. It's style can be easily overwritten with css #cmb_form","2":"Enter ClientID, ClientSecret from GoogleDeveloper Console and CalenderID from Google Calender.","3":"The Form that's being generated. It's style can easily being overwritten.","4":"DateTime Picker included (http:\/\/xdsoft.net\/jqplugins\/datetimepicker\/)","5":"The Request appears in the Google Calendar."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[15562,466,4743],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-30121","plugin","type-plugin","status-publish","hentry","plugin_tags-callback-plugin","plugin_tags-client","plugin_tags-google-calendar","plugin_committers-duderion"],"banners":{"banner":"https:\/\/ps.w.org\/callmeback\/assets\/banner-772x250.png?rev=934429","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/callmeback_a2ded6.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/callmeback\/assets\/screenshot-1.png?rev=934218","caption":"Create the Shortcode to display the Callback Form. It's style can be easily overwritten with css #cmb_form"},{"src":"https:\/\/ps.w.org\/callmeback\/assets\/screenshot-2.png?rev=934223","caption":"Enter ClientID, ClientSecret from GoogleDeveloper Console and CalenderID from Google Calender."},{"src":"https:\/\/ps.w.org\/callmeback\/assets\/screenshot-3.png?rev=934395","caption":"The Form that's being generated. It's style can easily being overwritten."},{"src":"https:\/\/ps.w.org\/callmeback\/assets\/screenshot-4.png?rev=934395","caption":"DateTime Picker included (http:\/\/xdsoft.net\/jqplugins\/datetimepicker\/)"},{"src":"https:\/\/ps.w.org\/callmeback\/assets\/screenshot-5.png?rev=934394","caption":"The Request appears in the Google Calendar."}],"raw_content":"<!--section=description-->\n<ul>\n<li>CallMeBack generates a basic Callback Form on your page via shortcode <code>[cmb]<\/code>. Within your theme php-file, use <code>&lt;?= do_shortcode('[cmb]') ?&gt;<\/code><\/li>\n<li>If a client fills out the Form and sends you a Request, it will be automatically inserted into your custom Google Calendar as an event<\/li>\n<\/ul>\n\n<p>You can setup your mobile or something to remind you of that events, and you will never miss a callback request of a client again.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unpack callbackevent.zip<\/li>\n<li>Move the folder into \/wp-content\/plugins<\/li>\n<li>Activate the Plugin \"CallbackEvent\" in the Backend<\/li>\n<li>In the Sidebar of the backend appears \"CMB Settings\"<\/li>\n<li>There, you have to insert 3 Values: CliendID, ClientSecret, CalendarID and, if you like, change the default Thank-you Text :)<\/li>\n<\/ol>\n\nCreate ClientID &amp; ClientSecret\n\n<ol>\n<li>https:\/\/console.developers.google.com<\/li>\n<li>\"Create Project\"<\/li>\n<li>Go to the Menu APIS &amp; auth =&gt; APIs and enable \"Calendar API\"<\/li>\n<li>Go to the Menu APIS &amp; auth =&gt; Credentials<\/li>\n<li>On the right side unter \"OAauth\", press the Button \"Create new Client ID\"<\/li>\n<li>Chose \"Web Application\"<\/li>\n<li>Fill in the address of your page under \"AUTHORIZED REDIRECT URI\".<\/li>\n<li>After a few seconds, the data appears, including ClientID and ClientSecret<\/li>\n<\/ol>\n\nCalendarID\n\n<ol>\n<li>https:\/\/www.google.com\/calendar<\/li>\n<li>Create a calendar, e.g. \"Callbacks\" and go to it's calendar-settings.<\/li>\n<li>In the settings-page, paragraph \"Calendar Address\", there is the calendar id.<\/li>\n<li>The calendar id has the form \"rih2k42k4jh24kj24h24kh2@group.calendar.google.com\"<\/li>\n<\/ol>\n\n<p>Insert the 3 Values you got in the steps above into the Form and press Save.<\/p>\n\n<p>Afterwards, a link \"Authenticate\" appears. Click that link, to authenticate at google-services.<\/p>\n\n<p>That's it!<\/p>\n\n<p>To show the callback-form in your page, use the \"[cmb]\" shortcode.<\/p>\n\n<p>Now, if there is a request, it automatically appears as an event in your created \"Callbacks\" Calender at Google Calendar\nand you can setup up your smartphone or similar to remind you.<\/p>","raw_excerpt":"CallMeBack generates a basic Callback Form on your page via shortcode [cmb]. Within your theme php-file, use ``","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/30121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=30121"}],"author":[{"embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/duderion"}],"wp:attachment":[{"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=30121"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=30121"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=30121"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=30121"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=30121"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=30121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}