{"id":77186,"date":"2017-11-07T07:16:16","date_gmt":"2017-11-07T07:16:16","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/sparkembed\/"},"modified":"2020-01-03T01:46:36","modified_gmt":"2020-01-03T01:46:36","slug":"sparkembed","status":"closed","type":"plugin","link":"https:\/\/gu.wordpress.org\/plugins\/sparkembed\/","author":15707352,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"trunk","tested":"5.3.21","requires":"4.5","requires_php":"5.4","requires_plugins":"","header_name":"SparkEmbed","header_author":"Codecide","header_description":"Embed a Spark Chart satellite survey using a shortcode","assets_banners_color":"797979","last_updated":"2020-01-03 01:46:36","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.redcross.org\/donate\/donation","header_plugin_uri":"https:\/\/plugins.codecide.net\/product\/spe","header_author_uri":"https:\/\/plugins.codecide.net\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":864,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0.0":"<p>Initial release<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":"2221240","resolution":"","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"2221240","resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"2221240","resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"The configuration screen."}},"plugin_section":[],"plugin_tags":[1860,80,148866,148867,3503],"plugin_category":[43],"plugin_contributors":[148120],"plugin_business_model":[],"class_list":["post-77186","plugin","type-plugin","status-closed","hentry","plugin_tags-iframe","plugin_tags-shortcode","plugin_tags-spark-chart","plugin_tags-sparkchart","plugin_tags-surveys","plugin_category-customization","plugin_contributors-codecide","plugin_committers-codecide"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/sparkembed\/assets\/icon.svg?rev=2221240","icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/sparkembed_797979.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/sparkembed\/assets\/screenshot-1.jpg?rev=2221240","caption":"The configuration screen."}],"raw_content":"<!--section=description-->\n<p><em>SparkChart Embed<\/em> -- aka SparkEmbed -- is a lightweight module that allows Spark Chart (https:\/\/www.sparkchart.com\/) users to easily embed satellite surveys in a WordPress post or page using a configurable shortcode. The authors of the plugin are not related to SparkChart.com, nor is this an endorsement of the product -- and vice versa.<\/p>\n\n<p>The module can be disabled from the settings page. \n<em>Important:<\/em> The module is disabled by default. If you leave the <em>Enabled<\/em> box unchecked, the plugin will have no effect at all.<\/p>\n\n<p>Pattern: [spark]https:\/\/survey.sparkchart.com\/start\/{id}\/[\/spark]\nShortcodes with the pattern above will display the referenced Spark Chart satellite survey in an iframe.<\/p>\n\n<p>Shortcode configuration:<\/p>\n\n<p>The following attributes can be used to configure the display of the iframe and\/or its wrapper:<\/p>\n\n<ul>\n<li>class\n\n<ul>\n<li>A CSS class that will be applied to the outer wrapper (div). Defaults to none.<\/li>\n<li>Example: [spark class=\"my_awesome_class\"]https:\/\/survey.sparkchart.com\/start\/{id}\/[\/spark]<\/li>\n<\/ul><\/li>\n<li>width\n\n<ul>\n<li>The width of the iframe. If no unit is provided, <em>px<\/em> will be used. Defaults to 100%. <\/li>\n<li>Example: [spark width=\"88%\"]https:\/\/survey.sparkchart.com\/start\/{id}\/[\/spark]<\/li>\n<\/ul><\/li>\n<li>height\n\n<ul>\n<li>The height of the iframe. By default, the height of the iframe element will be set to 90% of the height of the current viewport, set through JavaScript. Setting a <em>height<\/em> value will override that behavior. If no unit is provided, <em>px<\/em> will be used. Defaults to none.<\/li>\n<li>Example: [spark height=\"1200\"]https:\/\/survey.sparkchart.com\/start\/{id}\/[\/spark]<\/li>\n<\/ul><\/li>\n<li>border_width, border_color, border_style, background_color, padding\n\n<ul>\n<li>CSS properties aliases applied to the outer frame. This allows users to specify a border and other styling attributes. Note that it is recommended to use the <em>class<\/em> attribute and write your own CSS rule instead. Also note the underscore character replacing the hyphen in the original CSS property name.<\/li>\n<li>Example: [spark border_width=\"1\" border_color=\"red\"]https:\/\/survey.sparkchart.com\/start\/{id}\/[\/spark]<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h3>Roadmap<\/h3>\n\n<ul>\n<li>Allow custom shortcode identifier<\/li>\n<li>Add lightbox option<\/li>\n<\/ul>\n\n<h3>Donations<\/h3>\n\n<p>None needed.<\/p>\n\n<!--section=installation-->\n<p>Install and configure the plugin as needed in the SparkEmbed settings page: \/wp-admin\/admin.php?page=sparkembed_settings.<\/p>\n\n<p><em>Note<\/em> that the plugin is not enabled by default. Check the <em>Enabled<\/em> box in the settings page to turn it on.<\/p>\n\n<p>General information about installing WordPress plugins can be found <a href=\"https:\/\/codex.wordpress.org\/Managing_Plugins#Installing_Plugins\">here<\/a><\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Is it official?<\/dt>\n<dd><p>No, the authors have no affiliation with Spark Chart. We use Spark Chart for customer and market surveys internally, but we do not promote or profit in any way from its usage.<\/p><\/dd>\n<dt>Is it really free?<\/dt>\n<dd><p>Yes, this plugin is completely free.<\/p><\/dd>\n<dt>I found a bug\/I need a feature<\/dt>\n<dd><p>Please leave a comment on the plugin's official page and we will address it as soon as possible.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"SparkChart Embed -- aka SparkEmbed -- is a lightweight module that allows Spark Chart (https:\/\/www.sparkchart.com\/) users to easily embed satellite su &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/77186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=77186"}],"author":[{"embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/codecide"}],"wp:attachment":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=77186"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=77186"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=77186"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=77186"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=77186"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=77186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}