{"id":90467,"date":"2018-08-30T15:18:50","date_gmt":"2018-08-30T15:18:50","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/touchbase-mail-subscribe-form\/"},"modified":"2018-08-30T17:16:20","modified_gmt":"2018-08-30T17:16:20","slug":"touchbase-mail-subscribe-form","status":"publish","type":"plugin","link":"https:\/\/hr.wordpress.org\/plugins\/touchbase-mail-subscribe-form\/","author":16383397,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"1.0","tested":"4.6.30","requires":"3.1.0","requires_php":"","requires_plugins":"","header_name":"TouchBase Mail Subscribe Form","header_author":"TouchBase Mail","header_description":"Adds a form to allow your followers to subscribe to your TouchBase mailing lists.","assets_banners_color":"","last_updated":"2018-08-30 17:16:20","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/touchbasemail.com","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3475,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":"<p>This is the first publicly available version.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1938692","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1938692","resolution":"256x256","location":"assets"}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from\nthe \/assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the \/assets\ndirectory take precedence. For example, <code>\/assets\/screenshot-1.png<\/code> would win over <code>\/tags\/4.3\/screenshot-1.png<\/code>\n(or jpg, jpeg, gif).","2":"This is the second screen shot"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[361,80,2482,10245,161178],"plugin_category":[41,42,43],"plugin_contributors":[161179,161180],"plugin_business_model":[],"class_list":["post-90467","plugin","type-plugin","status-publish","hentry","plugin_tags-form","plugin_tags-shortcode","plugin_tags-subscribe","plugin_tags-subscribe-form","plugin_tags-touchbase","plugin_category-communication","plugin_category-contact-forms","plugin_category-customization","plugin_contributors-tomkoole","plugin_contributors-touchbasedacotah","plugin_committers-touchbasedacotah"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/touchbase-mail-subscribe-form\/assets\/icon-128x128.png?rev=1938692","icon_2x":"https:\/\/ps.w.org\/touchbase-mail-subscribe-form\/assets\/icon-256x256.png?rev=1938692","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The <a href=\"https:\/\/touchbasemail.com\">TouchBase Mail<\/a> Subscribe Form plugin provides an easy way to get more subscribers by allowing you to place a\none-click subscribe form on any page, post, or html widget using a shortcode.<\/p>\n\n<p>This form allows your followers to subscribe to your email lists.\nIt allows you to specify form defaults in the WordPress admin settings and provides shortcode attributes to override\n those values for a specific page or post. This plugin is based off of the\n <a href=\"https:\/\/clients.touchbasemail.net\/help\/6-remote-subscription-form\">Remote Subscription Form<\/a> help article.<\/p>\n\n<p>Two form styles are available, <strong>wide<\/strong> and <strong>vertical<\/strong>, see the <strong>Additional Configuration<\/strong> section for more details.<\/p>\n\n<h3>Additional Configuration<\/h3>\n\n<p>After you have the plugin up and running you may want to configure how each shortcode instance behaves. To change the\nbehavior there are several shortcode attributes available.<\/p>\n\n<h4>Format<\/h4>\n\n<p>There are two styles available for changing the look of the form:<\/p>\n\n<ul>\n<li><strong>wide<\/strong>: a one horizontal line input form that matches the width of its container and has a fixed-width submit button.<\/li>\n<li><strong>vertical<\/strong>: a two line input form that matches the width of its container but places the submit button below the email address input.<\/li>\n<\/ul>\n\n<p>The default style is the <strong>wide<\/strong> format. To change to the <strong>vertical<\/strong> format you can use the following:<\/p>\n\n<pre><code>[touchbase_subscribe_form format=vertical]\n<\/code><\/pre>\n\n<h4>Settings Overrides<\/h4>\n\n<p>For each of the settings you've defined in the admin panel, you can override them for each shortcode instance. The attributes\nare as follows:<\/p>\n\n<ul>\n<li><strong>list<\/strong>: Change the list that this form will add the subscriber to. You may want to use this if a particular post relates to one of your offers that will have its own email campaign.<\/li>\n<li><strong>public_token<\/strong>: It's not likely that you'll need to change this, however if you manage multiple Sender Profiles in TouchBase you can change the public token value as needed.<\/li>\n<\/ul>\n\n<p>These can be specified the same as other shortcode attributes:<\/p>\n\n<pre><code>[touchbase_subscribe_form format=vertical list=123]\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working. To retrieve the necessary information for the plugin,\nlogin to <a href=\"https:\/\/touchbasemail.com\">TouchBase Mail<\/a>.<\/p>\n\n<p>Retrieving your <strong>Public Token<\/strong>:<\/p>\n\n<ol>\n<li>Go to your Sender Profile page ( Briefcase in the lower left &gt; Sender Profile )<\/li>\n<li>Go to API settings (in the top right)<\/li>\n<li>Copy your <strong>Public Token<\/strong> value<\/li>\n<\/ol>\n\n<p>Retrieving your <strong>List ID<\/strong>:<\/p>\n\n<ol>\n<li>Go to the Lists page<\/li>\n<li>Browse, search, or create your desired list<\/li>\n<li>Copy the ID value<\/li>\n<\/ol>\n\n<p>Installing and configuring the plugin in WordPress:<\/p>\n\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/touchbasemail-subscribe-form<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Use the Settings-&gt;TouchBase Mail screen to configure the plugin using the information you retrieved<\/li>\n<li>Edit your theme, page, or post, to add the <strong>[touchbase_subscribe_form]<\/strong> shortcode<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Are there different styles available?<\/dt>\n<dd><p>We tried to keep the form as simple as possible so that it will fit into as many themes as necessary. There are two\nformats available as described in <strong>Additional Configuration<\/strong>, however if you want the form to match your theme's colors,\ncurrently you'll need to edit the CSS.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Drop source attribute<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Added two style formats<\/li>\n<li>Added admin settings for shortcode defaults<\/li>\n<li>Added shortcode overrides to admin settings<\/li>\n<\/ul>","raw_excerpt":"Use shortcode to place a subscribe form in any page, post, or html widget.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/90467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=90467"}],"author":[{"embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/touchbasedacotah"}],"wp:attachment":[{"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=90467"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=90467"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=90467"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=90467"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=90467"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=90467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}