{"id":82868,"date":"2018-06-01T13:15:52","date_gmt":"2018-06-01T13:15:52","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/advanced-footnotes\/"},"modified":"2018-06-02T16:51:24","modified_gmt":"2018-06-02T16:51:24","slug":"advanced-footnotes","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/advanced-footnotes\/","author":14414193,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.2","stable_tag":"trunk","tested":"4.9.29","requires":"","requires_php":"","requires_plugins":"","header_name":"Advanced Footnotes","header_author":"Yunus Tabako\u011flu","header_description":"Simple yet powerful footnotes integration on your WordPress site or theme itself.","assets_banners_color":"b6b6b6","last_updated":"2018-06-02 16:51:24","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/yunustabakoglu.com\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1603,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"1885926","resolution":"128x128","location":"assets"},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"1885926","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":"1885926","resolution":"1544x500","location":"assets"},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1885926","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1885926","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1885926","resolution":"2","location":"assets"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1885926","resolution":"3","location":"assets"},"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1885926","resolution":"4","location":"assets"}},"screenshots":{"1":"WYSIWYG editor button.","2":"WYSIWYG dialog.","3":"Plugin options.","4":"Simple usage."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1802,5936,1850,1847],"plugin_category":[],"plugin_contributors":[157439],"plugin_business_model":[],"class_list":["post-82868","plugin","type-plugin","status-publish","hentry","plugin_tags-academic","plugin_tags-articles","plugin_tags-footnotes","plugin_tags-references","plugin_contributors-yutonet","plugin_committers-yutonet"],"banners":{"banner":"https:\/\/ps.w.org\/advanced-footnotes\/assets\/banner-772x250.jpg?rev=1885926","banner_2x":"https:\/\/ps.w.org\/advanced-footnotes\/assets\/banner-1544x500.jpg?rev=1885926","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/advanced-footnotes\/assets\/icon-128x128.jpg?rev=1885926","icon_2x":"https:\/\/ps.w.org\/advanced-footnotes\/assets\/icon-256x256.jpg?rev=1885926","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/advanced-footnotes\/assets\/screenshot-1.jpg?rev=1885926","caption":"WYSIWYG editor button."},{"src":"https:\/\/ps.w.org\/advanced-footnotes\/assets\/screenshot-2.jpg?rev=1885926","caption":"WYSIWYG dialog."},{"src":"https:\/\/ps.w.org\/advanced-footnotes\/assets\/screenshot-3.jpg?rev=1885926","caption":"Plugin options."},{"src":"https:\/\/ps.w.org\/advanced-footnotes\/assets\/screenshot-4.jpg?rev=1885926","caption":"Simple usage."}],"raw_content":"<!--section=description-->\n<p>Advanced Footnotes lets you add footnotes on articles via shortcodes. Advanced Footnotes is is extremely customizable, therefore it can be implemented on any theme.<\/p>\n\n<p>With its internal functions, you can also implement Advanced Footnotes on your own theme in any form you like.<\/p>\n\nMain Features:\n\n<ul>\n<li>Easy &amp; flexible implementation.<\/li>\n<li>Implemented WYSIWYG editor button.<\/li>\n<li>Footnotes  can be implemented with shortcode or function.<\/li>\n<li>Animated scroll effect (can be disabled)<\/li>\n<li>Lightweight CSS (can be disabled)<\/li>\n<li>Custom CSS styling<\/li>\n<li>Dynamically changeable interface options (JS can be fully disabled)<\/li>\n<\/ul>\n\nUsage\n\n<h3>Inserting a Footnote:<\/h3>\n\n<p>In order to insert a footnote, you can either use the \"Insert Footnote\" button added on your WYSIWYG editor, or use the [footnote]your-footnote-here[\/footnote] shortcode.<\/p>\n\n<h3>Shortcode Parameters:<\/h3>\n\n<p><em>\"type\":<\/em> Determines the type of the reference. <strong>Options:<\/strong> <em>numeric<\/em> \/ <em>non-numeric<\/em>.<\/p>\n\n<h3>Listing Footnotes:<\/h3>\n\n<p>You can display the footnotes in two methods:<\/p>\n\n<h3>Listing by Shortcode:<\/h3>\n\n<p>By simply inserting the <em>[footnotes]<\/em> shortcode in your post content, you can display footnotes wherever you want in your posts.<\/p>\n\n<h4>Shortcode Parameters:<\/h4>\n\n<p><em>\"title\":<\/em> Determines the title for the footnotes list. Default value can be set through plugin settings.<\/p>\n\n<h4>Shortcode Usage:<\/h4>\n\n<pre><code>[footnotes title=\"My Custom Footnotes Title\"]\n\/\/ or\n[footnotes title=\"false\"]\n<\/code><\/pre>\n\n<h3>Listing by Theme Inclusion:<\/h3>\n\n<p>You can print the footnotes by calling <em>print_refs<\/em> function from the advanced_footnotes class.<\/p>\n\n<h4>Simple Function Usage:<\/h4>\n\n<pre><code>call_user_func(array('advanced_footnotes', 'print_refs'));\n<\/code><\/pre>\n\n<h4>Additional Parameters:<\/h4>\n\n<ul>\n<li>First parameter: \"Print\", whether print or return the footnotes content. (Default: \"true\")<\/li>\n<li>Second parameter: \"Title\", determines the title for the footnotes content. (Default: \"false\")<\/li>\n<\/ul>\n\n<h4>Function Usage with Parameters:<\/h4>\n\n<pre><code>$footnotes = call_user_func_array(array('advanced_footnotes', 'print_refs'), array(false, 'Custom Footnotes Title'));&lt;h3&gt;Plugin Options:&lt;\/h3&gt;\n<\/code><\/pre>\n\n<p>You can access the plugin options through \"Options\/Advanced Footnotes\".<\/p>\n\n<ul>\n<li><strong>Include Plugin CSS:<\/strong> Determines whether to include the default plugin css files. Disable this if you want to re-style the plugin within your theme.<\/li>\n<li><strong>Custom CSS:<\/strong> Provides a field for custom CSS styling.<\/li>\n<li><strong>Include Plugin JS:<\/strong> Determines whether to include the plugin javascript files on the theme output. Disable this if you want to customize plugin interactions or just to use native HTML anchors.<\/li>\n<li><strong>Default Title for Footnotes:<\/strong> Sets the default title used on the \"[footnotes]\" shortcode.<\/li>\n<li><strong>Footnote Symbol:<\/strong> Sets the symbol used for non-numeric footnotes.<\/li>\n<li><strong>Disable JS Options:<\/strong> Determines whether to apply options to the plugin JS files or not.<\/li>\n<li><strong>Footnotes Scroll Gap:<\/strong> This sets the scroll margin when clicked on a footnote. Set this when you have a fixed header or any other element blocking some part of the window area.<\/li>\n<li><strong>Footnote Scroll Speed:<\/strong> Sets the animation speed when a footnote is clicked. Set 0 for no animation.<\/li>\n<\/ul>\n\n<h3>HTML Structure &amp; Classes<\/h3>\n\n<h3>Anchors:<\/h3>\n\n<h4>Numeric Anchor:<\/h4>\n\n<pre><code>&lt;a id=\"{unique id}\" class=\"afn-footnotes-ref hook numeric\" name=\"{unique id}\" href=\"#{unique id of the reference}\"&gt;{number - automatically incremented by the order}&lt;\/a&gt;\n<\/code><\/pre>\n\n<h4>Non-numeric Anchor:<\/h4>\n\n<pre><code>&lt;a id=\"{unique id}\" class=\"afn-footnotes-ref hook non-numeric\" name=\"{unique id}\" href=\"#{unique id of the reference}\"&gt;footnote symbol&lt;\/a&gt;\n<\/code><\/pre>\n\n<h3>References:<\/h3>\n\n<p>Non-numbered references are listed before the numbered references on the list.<\/p>\n\n<pre><code>&lt;!-- Main Container --&gt;\n&lt;div class=\"afn-footnotes\"&gt;\n\n    &lt;!-- Title --&gt;\n    &lt;h3 class=\"afn-footnotes-title\"&gt;{Title}&lt;\/h3&gt;\n\n    &lt;!-- List of references --&gt;\n    &lt;ul class=\"afn-footnotes-list\"&gt;\n\n        &lt;!-- Reference item - non-numeric --&gt;\n        &lt;li class=\"footnote-item afn-textarea\"&gt;\n            &lt;a id=\"{unique id}\" class=\"afn-footnotes-ref reference non-numeric\" name=\"{unique id}\" href=\"#{unique id of the anchor}\"&gt;{footnote symbol}&lt;\/a&gt;\n        &lt;\/li&gt;\n\n        &lt;!-- Reference item - numeric --&gt;\n        &lt;li class=\"footnote-item afn-textarea\"&gt;\n            &lt;a id=\"{unique id}\" class=\"afn-footnotes-ref reference numeric\" name=\"{unique id}\" href=\"#{unique id of the anchor}\"&gt;{number - automatically incremented by the order}&lt;\/a&gt;\n        &lt;\/li&gt;\n\n    &lt;\/ul&gt;\n\n&lt;\/div&gt;\n<\/code><\/pre>\n\nKnown Issues\n\n<ul>\n<li>WYSIWYG Button doesn't work on the plugin <a href=\"https:\/\/wordpress.org\/plugins\/tinymce-advanced\/\">TinyMCE Advanced<\/a> (and probably on some other -WYSIWYG editor modifying- plugins).<\/li>\n<\/ul>\n\nContribution\n\n<p><a href=\"https:\/\/github.com\/yutonet\/wp_advanced_footnotes\">https:\/\/github.com\/yutonet\/wp_advanced_footnotes<\/a><\/p>\n\n<!--section=installation-->\n<p>Install and activate Advanced Footnotes like any other plugin.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>Install and activate Advanced Footnotes like any other plugin.<\/p><\/dd>\n<dt>Can I implement Advanced Footnotes on my theme?<\/dt>\n<dd><p>Yes you can. You can either get the footnotes as an object array, or simply print it with the Advanced Footnotes\\' functions.<\/p><\/dd>\n<dt>Can I use Advanced Footnotes without editing my theme files?<\/dt>\n<dd><p>Yes, you can simply use <em>[footnote]your note here[\/footnote]<\/em> shortcode for each footnote you want to place, and [footnotes] shortcode to use put the footnotes wherever you want them to be.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<ul>\n<li><p><strong>1.1.2<\/strong><\/p>\n\n<ul>\n<li>Fixes on the readme file.<\/li>\n<\/ul><\/li>\n<li><p><strong>1.1.1<\/strong><\/p>\n\n<ul>\n<li>Empty title display bug fixed.<\/li>\n<li>WYSIWYG dialog enabled on selected text.<\/li>\n<\/ul><\/li>\n<li><p><strong>1.1.0<\/strong><\/p>\n\n<ul>\n<li>Semantic versioning.<\/li>\n<li>Footnote type selection (numeric or non-numeric).<\/li>\n<li>Footnote symbol option for non-numeric footnotes.<\/li>\n<li>Better documentation.<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li><p><strong>1.0.1<\/strong><\/p>\n\n<ul>\n<li>Documentation<\/li>\n<li>Stable.<\/li>\n<li>Title display bug fixed.<\/li>\n<\/ul><\/li>\n<li><p><strong>1.0.0<\/strong><\/p>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul><\/li>\n<\/ul>","raw_excerpt":"Advanced Footnotes lets you add footnotes on articles via shortcodes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/82868","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=82868"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/yutonet"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=82868"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=82868"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=82868"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=82868"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=82868"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=82868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}