{"id":23987,"date":"2013-06-25T14:54:18","date_gmt":"2013-06-25T14:54:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/biblegateway-links-shortcode\/"},"modified":"2015-01-16T04:30:46","modified_gmt":"2015-01-16T04:30:46","slug":"biblegateway-links-shortcode","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/biblegateway-links-shortcode\/","author":6048912,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.1.7","stable_tag":"trunk","tested":"4.2.0","requires":"3.2","requires_php":"","requires_plugins":"","header_name":"BibleGateway Links Shortcode","header_author":"Justin Sternberg","header_description":"","assets_banners_color":"f2f4f5","last_updated":"2015-01-16 04:30:46","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/j.ustin.co\/rYL89n","header_plugin_uri":"http:\/\/dsgnwrks.pro\/plugins\/biblegateway-search-shortcode","header_author_uri":"http:\/\/dsgnwrks.pro","rating":5,"author_block_rating":0,"active_installs":90,"downloads":5042,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"0.1.7":"<ul>\n<li>Bug fix: Links were opening two new browser tabs in some scenarios.<\/li>\n<li>Bug fix: Update youversion&#039;s search url.<\/li>\n<li>New Feature: Option to use the bible.org scripture highlighter. This will automatically search your page for scripture references and link them.<\/li>\n<\/ul>","0.1.6":"<ul>\n<li>Bug fix: Settings page was only visible to Network Admins. Changed to be visible to standard Admins.<\/li>\n<\/ul>","0.1.5":"<ul>\n<li>Bug fixes, and filters available for each option.<\/li>\n<\/ul>","0.1.4":"<ul>\n<li>Popup window is centered and YouVersion window is smaller (formatting is better).<\/li>\n<\/ul>","0.1.3":"<ul>\n<li>Now with settings page to set Bible version and Bible search service. Both can be overridden with filters.<\/li>\n<\/ul>","0.1.2":"<ul>\n<li>Added a filter to be able to change the Bible version. It defaults to NIV.<\/li>\n<\/ul>","0.1.1":"<ul>\n<li>Add filters to be able to change the Bible service and Bible service url. A YouVersion service is built in, but Bible Gateway is the default.<\/li>\n<\/ul>","0.1.0":"<ul>\n<li>Launch.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"731568","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539023","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539023","resolution":"1","location":"plugin"}},"screenshots":{"1":"1) Highlight reference, 2) Optionally enter alternate text for display, 3) OK!","2":"1) Place cursor where you want the reference, 2) Enter reference, 3) Optionally enter alternate text for display, 3) OK!"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[12198,12291,485,1332,80],"plugin_category":[43,46],"plugin_contributors":[78223],"plugin_business_model":[],"class_list":["post-23987","plugin","type-plugin","status-publish","hentry","plugin_tags-bible","plugin_tags-biblegateway","plugin_tags-button","plugin_tags-editor","plugin_tags-shortcode","plugin_category-customization","plugin_category-editor-and-writing","plugin_contributors-jtsternberg","plugin_committers-jtsternberg"],"banners":{"banner":"https:\/\/ps.w.org\/biblegateway-links-shortcode\/assets\/banner-772x250.jpg?rev=731568","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/biblegateway-links-shortcode_f2f4f5.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/biblegateway-links-shortcode\/trunk\/screenshot-1.png?rev=1539023","caption":"1) Highlight reference, 2) Optionally enter alternate text for display, 3) OK!"},{"src":"https:\/\/ps.w.org\/biblegateway-links-shortcode\/trunk\/screenshot-2.png?rev=1539023","caption":"1) Place cursor where you want the reference, 2) Enter reference, 3) Optionally enter alternate text for display, 3) OK!"}],"raw_content":"<!--section=description-->\n<p>Shortcode for linking Bible references to a BibleGateway page. Links open in a small popup window. Adds a convenient editor button for inserting the shortcode.\nNew in 0.1.3: Settings page to set Bible version and Bible search service. Both can be overridden via filters.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>biblegateway-search-shortcode<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Add the shortcode to a WordPress entry: <code>[biblegateway passage=\"John 3:16\" display=\"For God so loved the world...\"]<\/code> or use the convenient editor buttons.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>??<\/dt>\n<dd><ul>\n<li><p>If you run into a problem or have a question, contact me (<a href=\"http:\/\/j.ustin.co\/scbo43\">contact form<\/a> or <a href=\"http:\/\/j.ustin.co\/wUfBD3\">@jtsternberg on twitter<\/a>). I'll add them here.<\/p><\/li>\n<li><p>To use YouVersion instead of BibleGateway, you can add this filter:<\/p>\n\n<p>add_filter( 'dsgnwrks_bible_service', 'dsgnwrks_use_youversion' );\nfunction dsgnwrks_use_youversion() {\n    return 'youversion';\n}<\/p><\/li>\n<li><p>To use English Standard Version instead of NIV, you can add this filter:<\/p>\n\n<p>apply_filters( 'dsgnwrks_bible_version', 'dsgnwrks_use_version_kjv' )\nfunction dsgnwrks_use_version_kjv() {\n    return 'kjv';\n}<\/p><\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.7<\/h4>\n\n<ul>\n<li>Bug fix: Links were opening two new browser tabs in some scenarios.<\/li>\n<li>Bug fix: Update youversion's search url.<\/li>\n<li>New Feature: Option to use the bible.org scripture highlighter. This will automatically search your page for scripture references and link them.<\/li>\n<\/ul>\n\n<h4>0.1.6<\/h4>\n\n<ul>\n<li>Bug fix: Settings page was only visible to Network Admins. Changed to be visible to standard Admins.<\/li>\n<\/ul>\n\n<h4>0.1.5<\/h4>\n\n<ul>\n<li>Bug fixes, and filters available for each option.<\/li>\n<\/ul>\n\n<h4>0.1.4<\/h4>\n\n<ul>\n<li>Popup window is centered and YouVersion window is smaller (formatting is better).<\/li>\n<\/ul>\n\n<h4>0.1.3<\/h4>\n\n<ul>\n<li>Now with settings page to set Bible version and Bible search service. Both can be overridden with filters.<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Added a filter to be able to change the Bible version. It defaults to NIV.<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Add filters to be able to change the Bible service and Bible service url. A YouVersion service is built in, but Bible Gateway is the default.<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Launch.<\/li>\n<\/ul>","raw_excerpt":"Shortcode for linking Bible references to a BibleGateway page.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/23987","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=23987"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jtsternberg"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=23987"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=23987"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=23987"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=23987"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=23987"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=23987"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}