Plugin Directory

Changeset 1423096


Ignore:
Timestamp:
05/24/2016 11:59:14 AM (10 years ago)
Author:
playbuzz
Message:

updated trunk with latest version
updated readme.txt

Location:
playbuzz/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • playbuzz/trunk/css/admin.css

    r1195284 r1423096  
    957957    border: 1px solid #009CFF;
    958958    color: #fff;
     959    text-shadow: none;
    959960}
    960961#playbuzz_search_results .playbuzz_grid_view div.playbuzz_present_item_buttons .button-primary:hover,
     
    963964    border: 1px solid #fff;
    964965    color: #009CFF;
     966    text-shadow: none;
    965967}
    966968#playbuzz_search_results .playbuzz_grid_view div.playbuzz_present_item_buttons .button-secondary {
     
    10811083    border: 1px solid #009CFF;
    10821084    color: #009CFF;
     1085    text-shadow: none;
    10831086}
    10841087#playbuzz_search_results .playbuzz_list_view div.playbuzz_present_item_buttons .button-primary:hover,
     
    10871090    border: 1px solid #009CFF;
    10881091    color: #fff;
     1092    text-shadow: none;
    10891093}
    10901094#playbuzz_search_results .playbuzz_list_view div.playbuzz_present_item_buttons .button-secondary {
  • playbuzz/trunk/index.php

    r1195284 r1423096  
    44Plugin URI:  https://www.playbuzz.com/
    55Description: Embed customized playful content from Playbuzz.com into your WordPress site
    6 Version:     0.9.0
     6Version:     0.9.1
    77Author:      Playbuzz
    88Author URI:  https://www.playbuzz.com/
  • playbuzz/trunk/js/playbuzz-tinymce.js

    r1195284 r1423096  
    4646        function playbuzz_item_type( type ) {
    4747
    48             switch( type ) {
    49                 case "TestYourself"   : name = translation.personality_quiz; break;
    50                 case "List"           : name = translation.list;             break;
    51                 case "multipleChoice" : name = translation.trivia;           break;
    52                 case "Poll"           : name = translation.poll;             break;
    53                 case "RankList"       : name = translation.ranked_list;      break;
    54                 case "Gallery"        : name = translation.gallery_quiz;     break;
    55                 default               : name = "";                           break;
     48            switch( type && type.toLowerCase() ) {
     49                case "personality-quiz" :
     50                case "testyourself"     : name = translation.personality_quiz;  break;
     51                case "list"             : name = translation.list;              break;
     52                case "trivia"           :
     53                case "multiplechoice"   : name = translation.trivia;            break;
     54                case "poll"             :
     55                case "playbuzzpoll"     : name = translation.poll;              break;
     56                case "ranked-list"      :
     57                case "ranklist"         : name = translation.ranked_list;       break;
     58                case "gallery-quiz"     :
     59                case "gallery"          : name = translation.gallery_quiz;      break;
     60                case "flip-cards"       :
     61                case "reveal"           : name = translation.flip_cards;        break;
     62                case "swiper"           : name = translation.swiper;            break;
     63                case "countdown"        : name = translation.countdown;         break;
     64                case "video-snaps"      :
     65                case "videosnaps"       : name = translation.video_snaps;       break;
     66                default                 : name = "";                            break;
    5667            }
    5768            return name;
     
    132143                (jQuery)("<select></select>").attr("name",  "playbuzz_search_type").attr("id", "playbuzz_search_type").addClass("playbuzz_search_type").appendTo(".playbuzz_search_fields").change( function(){ playbuzz_show_screen(); } );
    133144                (jQuery)("<option></option>").attr("value", ""                    ).appendTo(".playbuzz_search_type").text( translation.all_types );
    134                 (jQuery)("<option></option>").attr("value", "List"                ).appendTo(".playbuzz_search_type").text( translation.list );
    135                 (jQuery)("<option></option>").attr("value", "TestYourself"        ).appendTo(".playbuzz_search_type").text( translation.personality_quiz );
    136                 (jQuery)("<option></option>").attr("value", "Poll"                ).appendTo(".playbuzz_search_type").text( translation.poll );
    137                 (jQuery)("<option></option>").attr("value", "RankList"            ).appendTo(".playbuzz_search_type").text( translation.ranked_list );
    138                 (jQuery)("<option></option>").attr("value", "multipleChoice"      ).appendTo(".playbuzz_search_type").text( translation.trivia );
    139                 (jQuery)("<option></option>").attr("value", "Gallery"             ).appendTo(".playbuzz_search_type").text( translation.gallery_quiz );
     145                (jQuery)("<option></option>").attr("value", "list"                ).appendTo(".playbuzz_search_type").text( translation.list );
     146                (jQuery)("<option></option>").attr("value", "personality-quiz"    ).appendTo(".playbuzz_search_type").text( translation.personality_quiz );
     147                (jQuery)("<option></option>").attr("value", "poll"                ).appendTo(".playbuzz_search_type").text( translation.poll );
     148                (jQuery)("<option></option>").attr("value", "ranked-list"         ).appendTo(".playbuzz_search_type").text( translation.ranked_list );
     149                (jQuery)("<option></option>").attr("value", "trivia"              ).appendTo(".playbuzz_search_type").text( translation.trivia );
     150                (jQuery)("<option></option>").attr("value", "gallery-quiz"        ).appendTo(".playbuzz_search_type").text( translation.gallery_quiz );
     151                (jQuery)("<option></option>").attr("value", "flip-cards"          ).appendTo(".playbuzz_search_type").text( translation.flip_cards );
     152                (jQuery)("<option></option>").attr("value", "swiper"              ).appendTo(".playbuzz_search_type").text( translation.swiper );
     153                (jQuery)("<option></option>").attr("value", "countdown"           ).appendTo(".playbuzz_search_type").text( translation.countdown );
     154                (jQuery)("<option></option>").attr("value", "video-snaps"         ).appendTo(".playbuzz_search_type").text( translation.video_snaps );
    140155                (jQuery)("<label></label>"  ).attr("for",   "playbuzz_search_sort").addClass("playbuzz_search_label").appendTo(".playbuzz_search_fields").text( translation.sort_by );
    141156                (jQuery)("<select></select>").attr("name",  "playbuzz_search_sort").attr("id", "playbuzz_search_sort").addClass("playbuzz_search_sort").appendTo(".playbuzz_search_fields").change( function(){ playbuzz_show_screen(); } );
    142157                (jQuery)("<option></option>").attr("value", ""                    ).appendTo(".playbuzz_search_sort").text( translation.relevance );
    143                 (jQuery)("<option></option>").attr("value", "views"               ).appendTo(".playbuzz_search_sort").text( translation.views );
    144                 (jQuery)("<option></option>").attr("value", "publish_date"        ).appendTo(".playbuzz_search_sort").text( translation.date );
     158                (jQuery)("<option></option>").attr("value", "viewCount"           ).appendTo(".playbuzz_search_sort").text( translation.views );
     159                (jQuery)("<option></option>").attr("value", "publishDate"         ).appendTo(".playbuzz_search_sort").text( translation.date );
    145160            (jQuery)("<div></div>").attr("id", "playbuzz_search_for").appendTo("#playbuzz_search_sub_header");
    146161                (jQuery)("<p></p>").appendTo("#playbuzz_search_for").text( translation.discover_playful_content );
     
    308323                    .addClass("playbuzz_present_item_thumb")
    309324                    .append(
    310                         (jQuery)("<img>",{ src:val.img_medium } )
     325                        (jQuery)("<img>",{ src:val.imageMedium } )
    311326                    )
    312327                )
     
    326341                        .append (
    327342                            (jQuery)("<span></span>" )
    328                             .text( val.creator_name )
     343                            .text( val.channelName )
    329344                        )
    330                         .append( translation.on + " " + item_date( val.published_date ) )
     345                        .append( " " + translation.on + " " + item_date( val.publishDate ) )
    331346                    )
    332347                )
     
    337352                    .append(
    338353                        (jQuery)("<span></span>")
    339                         .text( playbuzz_item_type( val.item_type ) )
     354                        .text( playbuzz_item_type( val.format ) )
    340355                    )
    341356                )
     
    346361                    .append(
    347362                        (jQuery)("<span></span>")
    348                         .text( val.total_views )
     363                        .text( val.viewCount )
    349364                    )
    350365                )
     
    357372                        .addClass("button button-secondary")
    358373                        .attr("target", "_blank")
    359                         .attr("href", val.playbuzz_url)
     374                        .attr("href", val.playbuzzUrl)
    360375                        .text( translation.view )
    361376                    )
     
    366381                        .attr("value", translation.embed)
    367382                        .click( function() {
    368                             return playbuzz_shortcode_embed( val.playbuzz_url )
     383                            return playbuzz_shortcode_embed( val.playbuzzUrl )
    369384                        })
    370385                    )
     
    470485            // Load items using the Playbuzz API
    471486            (jQuery).ajax({
    472                 url      : "https://restapi.playbuzz.com/v1/items/?",
     487                url      : "http://rest-api-v2.playbuzz.com/v2/items",
    473488                type     : "get",
    474489                dataType : "json",
    475490                data     : {
    476                     system_tags : "EditorsPick_Featured",
    477                     item_type   : (jQuery)("#playbuzz_search_type").val(),
     491                    internalTags : "EditorsPick_Featured",
     492                    format      : (jQuery)("#playbuzz_search_type").val(),
    478493                    sort        : (jQuery)("#playbuzz_search_sort").val(),
    479494                    size        : items_per_page,
     
    489504
    490505                    // Set variables
    491                     var total_items   = data.items.total,
     506                    var total_items   = data.payload.totalItems,
    492507                        total_pages   = ( ( total_items >= items_per_page ) ? Math.ceil(total_items / items_per_page) : 1 ),
    493508                        results_pages = ( ( current_page > 1 ) ? " <span class='playbuzz_search_title_pagination'>(" + translation.page + " " + current_page + " / " + total_pages + ")" : "" );
    494509
    495510                    // Data output
    496                     if ( data.items.data.length > 0 ) {
     511                    if ( total_items > 0 ) {
    497512                        // Show Results
    498                         playbuzz_search_results( results_layout, data.items.data, results_title, results_pages );
     513                        playbuzz_search_results( results_layout, data.payload.items, results_title, results_pages );
    499514                        // Pagination
    500515                        if ( total_items > items_per_page ) {
     
    527542            // Load items using the Playbuzz API
    528543            (jQuery).ajax({
    529                 url      : "https://restapi.playbuzz.com/v1/items/?",
     544                url      : "http://rest-api-v2.playbuzz.com/v2/items",
    530545                type     : "get",
    531546                dataType : "json",
    532547                data     : {
    533548                    q         : (jQuery)("#playbuzz_search").val(),
    534                     item_type : (jQuery)("#playbuzz_search_type").val(),
     549                    format    : (jQuery)("#playbuzz_search_type").val(),
    535550                    sort      : (jQuery)("#playbuzz_search_sort").val(),
    536551                    size      : items_per_page,
     
    546561
    547562                    // Set variables
    548                     var total_items   = data.items.total,
     563                    var total_items   = data.payload.totalItems,
    549564                        total_pages   = ( ( total_items >= items_per_page ) ? Math.ceil(total_items / items_per_page) : 1 ),
    550565                        results_pages = ( ( current_page > 1 ) ? " <span class='playbuzz_search_title_pagination'>(" + translation.page + " " + current_page + " / " + total_pages + ")" : "" );
    551566
    552567                    // Data output
    553                     if ( data.items.data.length > 0 ) {
     568                    if ( total_items > 0 ) {
    554569                        // Show Results
    555                         playbuzz_search_results( results_layout, data.items.data, results_title, results_pages );
     570                        playbuzz_search_results( results_layout, data.payload.items, results_title, results_pages );
    556571                        // Pagination
    557572                        if ( total_items > items_per_page ) {
     
    590605            // Load items using the Playbuzz API
    591606            (jQuery).ajax({
    592                 url      : "https://restapi.playbuzz.com/v1/items/?",
     607                url      : "http://rest-api-v2.playbuzz.com/v2/items",
    593608                type     : "get",
    594609                dataType : "json",
    595610                data     : {
    596                     item_type        : (jQuery)("#playbuzz_search_type").val(),
     611                    format           : (jQuery)("#playbuzz_search_type").val(),
    597612                    sort             : (jQuery)("#playbuzz_search_sort").val(),
    598613                    size             : items_per_page,
    599614                    from             : (current_page*items_per_page)-items_per_page,
    600                     creator_name_seo : site_settings.pb_user,
    601                     moderation       : false,
    602                     language         : 'all'
     615                    channelAlias     : site_settings.pb_user,
     616                    moderation       : false
    603617                },
    604618                error    : function( data ) {
     
    611625
    612626                    // Set variables
    613                     var total_items   = data.items.total,
     627                    var total_items   = data.payload.totalItems,
    614628                        total_pages   = ( ( total_items >= items_per_page ) ? Math.ceil(total_items / items_per_page) : 1 ),
    615629                        results_pages = ( " <span class='playbuzz_search_title_pagination'>(" + total_items + " " + translation.items + ")" ),
    616630                        change_user   = ( "<a href='options-general.php?page=playbuzz&tab=embed' target='_blank' class='playbuzz_change_username_link'>" + translation.change_user + "</a>" );
    617                         create_butoon = ( "<div class='playbuzz_create_button'><a href='https://www.playbuzz.com/create' target='_blank'>" + translation.create_your_own + "</a></div>")
     631                        create_button = ( "<div class='playbuzz_create_button'><a href='https://www.playbuzz.com/create' target='_blank'>" + translation.create_your_own + "</a></div>")
    618632
    619633                    // Data output
    620                     if ( data.items.data.length > 0 ) {
     634                    if ( data.payload.currentItemCount > 0 ) {
    621635                        // Show Results
    622                         playbuzz_search_results( results_layout, data.items.data, results_title, results_pages+change_user );
     636                        playbuzz_search_results( results_layout, data.payload.items, results_title, results_pages+change_user );
    623637                        // Pagination
    624638                        if ( total_items > items_per_page ) {
     
    627641                    } else {
    628642                        // No Search Results
    629                         playbuzz_popup_message( results_title+results_pages+change_user, translation.you_dont_have_any_items_yet, translation.go_to_playbuzz_to_create_your_own_playful_content+create_butoon );
     643                        playbuzz_popup_message( results_title+results_pages+change_user, translation.you_dont_have_any_items_yet, translation.go_to_playbuzz_to_create_your_own_playful_content+create_button );
    630644                    }
    631645
     
    657671            // Load items using the Playbuzz API
    658672            (jQuery).ajax({
    659                 url      : "https://restapi.playbuzz.com/v1/items/?",
     673                url      : "http://rest-api-v2.playbuzz.com/v2/items",
    660674                type     : "get",
    661675                dataType : "json",
    662676                data     : {
    663677                    q                : (jQuery)("#playbuzz_search").val(),
    664                     item_type        : (jQuery)("#playbuzz_search_type").val(),
     678                    format           : (jQuery)("#playbuzz_search_type").val(),
    665679                    sort             : (jQuery)("#playbuzz_search_sort").val(),
    666680                    size             : items_per_page,
    667681                    from             : (current_page*items_per_page)-items_per_page,
    668                     creator_name_seo : site_settings.pb_user,
    669                     moderation       : false,
    670                     language         : 'all'
     682                    channelAlias     : site_settings.pb_user,
     683                    moderation       : false
    671684                },
    672685                error    : function( data ) {
     
    679692
    680693                    // Set variables
    681                     var total_items  = data.items.total,
     694                    var total_items  = data.payload.totalItems,
    682695                        total_pages  = ( ( total_items >= items_per_page ) ? Math.ceil(total_items / items_per_page) : 1 ),
    683696                        results_pages = ( ( current_page > 1 ) ? " <span class='playbuzz_search_title_pagination'>(" + translation.page + " " + current_page + " / " + total_pages + ")" : "" );
    684697
    685698                    // Data output
    686                     if ( data.items.data.length > 0 ) {
     699                    if ( data.payload.items.length > 0 ) {
    687700                        // Show Results
    688                         playbuzz_search_results( results_layout, data.items.data, results_title, results_pages );
     701                        playbuzz_search_results( results_layout, data.payload.items, results_title, results_pages );
    689702                        // Pagination
    690703                        if ( total_items > items_per_page ) {
     
    758771                // Get Item info
    759772                (jQuery).ajax({
    760                     url      : "https://restapi.playbuzz.com/v1/items/?size=1",
     773                    url      : "http://rest-api-v2.playbuzz.com/v2/items",
    761774                    type     : "get",
    762775                    dataType : "json",
    763776                    data     : {
    764                         creator_name_seo : creatorName,
    765                         item_name_seo    : gameName,
    766                         moderation       : false,
    767                         language         : 'all'
     777                        size                : 1,
     778                        alias               : creatorName + "/" + gameName,
     779                        moderation          : false
    768780                    },
    769781                    success  : function( data ) {
    770782
    771783                        // Data output
    772                         if ( data.items.total > 0 ) {
     784                        if ( data.payload.totalItems > 0 ) {
     785
     786                            var item = data.payload.items[0];
    773787
    774788                            // Set item image
    775789                            (jQuery)(tinyMCE.activeEditor.dom.doc.body)
    776790                            .find("#playbuzz_placeholder_" + id)
    777                             .attr("src", data.items.data[0].img_large);
     791                            .attr("src", item.imageLarge);
    778792
    779793                            // Set item info
     
    785799                                (jQuery)("<p></p>")
    786800                                .addClass("wp_playbuzz_title")
    787                                 .text( data.items.data[0].title )
     801                                .text( item.title )
    788802                            )
    789803                            .append(
     
    794808                                    (jQuery)("<span></span>" )
    795809                                    .addClass("wp_playbuzz_author")
    796                                     .text( data.items.data[0].creator_name )
     810                                    .text( item.channelName )
    797811                                )
    798                                 .append( translation.on + " " + item_date( data.items.data[0].published_date) )
     812                                .append( " " + translation.on + " " + item_date( item.publishDate) )
    799813                            );
    800814
     
    912926                // Item Preview
    913927                (jQuery).ajax({
    914                     url      : "https://restapi.playbuzz.com/v1/items/?size=1",
     928                    url      : "http://rest-api-v2.playbuzz.com/v2/items",
    915929                    type     : "get",
    916930                    dataType : "json",
    917931                    data     : {
    918                         creator_name_seo : creatorName,
    919                         item_name_seo    : gameName,
    920                         moderation       : false,
    921                         language         : 'all'
     932                        size                : 1,
     933                        alias               : creatorName + "/" + gameName,
     934                        moderation          : false
    922935                    },
    923936                    error    : function( data ) {
     
    929942                    success  : function( data ) {
    930943
    931                         if ( data.items.total > 0 ) {
     944                        if ( data.payload.items.length > 0 ) {
     945
     946                            var item = data.payload.items[0];
    932947
    933948                            // Create preview
     
    946961                            // Add thumb
    947962                            (jQuery)("<p></p>").addClass("playbuzz_item_thumb").appendTo("td.playbuzz_item_thumb");
    948                             (jQuery)("<img>").attr("src", data.items.data[0].img_large ).appendTo("p.playbuzz_item_thumb");
     963                            (jQuery)("<img>").attr("src", item.imageLarge ).appendTo("p.playbuzz_item_thumb");
    949964
    950965                            // Add info
    951                             (jQuery)("<p></p>").addClass("playbuzz_item_title").appendTo("td.playbuzz_item_info").text( data.items.data[0].title );
     966                            (jQuery)("<p></p>").addClass("playbuzz_item_title").appendTo("td.playbuzz_item_info").text( item.title );
    952967                            (jQuery)("<p></p>").addClass("playbuzz_item_meta").appendTo("td.playbuzz_item_info").text( translation.created_by + " ").append(
    953                                 (jQuery)("<span></span>" ).text( data.items.data[0].creator_name )
    954                             ).append( translation.on + " " + item_date( data.items.data[0].published_date ) );
    955                             (jQuery)("<p></p>").addClass("playbuzz_item_desc").appendTo("td.playbuzz_item_info").text( data.items.data[0].description );
     968                                (jQuery)("<span></span>" ).text( item.channelName )
     969                            ).append( translation.on + " " + item_date( item.publishDate ) );
     970                            (jQuery)("<p></p>").addClass("playbuzz_item_desc").appendTo("td.playbuzz_item_info").text( item.description );
    956971                            (jQuery)("<p></p>").addClass("playbuzz_item_view_type_link").appendTo("td.playbuzz_item_info");
    957                             (jQuery)("<span></span>").addClass("playbuzz_item_views").appendTo("p.playbuzz_item_view_type_link").text( data.items.data[0].total_views );
    958                             (jQuery)("<span></span>").addClass("playbuzz_item_type" ).appendTo("p.playbuzz_item_view_type_link").text( playbuzz_item_type( data.items.data[0].item_type ) );
    959                             (jQuery)("<span></span>").addClass("playbuzz_item_link" ).appendTo("p.playbuzz_item_view_type_link").text( data.items.data[0].preview_item );
    960                             (jQuery)("<a></a>").attr("target", "_blank").attr("href", data.items.data[0].playbuzz_url ).appendTo(".playbuzz_item_link").text( translation.preview_item );
     972                            (jQuery)("<span></span>").addClass("playbuzz_item_views").appendTo("p.playbuzz_item_view_type_link").text( item.viewCount );
     973                            (jQuery)("<span></span>").addClass("playbuzz_item_type" ).appendTo("p.playbuzz_item_view_type_link").text( playbuzz_item_type( item.format ) );
     974                            (jQuery)("<span></span>").addClass("playbuzz_item_link" ).appendTo("p.playbuzz_item_view_type_link");
     975                            (jQuery)("<a></a>").attr("target", "_blank").attr("href", item.playbuzzUrl ).appendTo(".playbuzz_item_link").text( translation.preview_item );
    961976
    962977                        }
  • playbuzz/trunk/lang/playbuzz-he_IL.po

    r1195289 r1423096  
    22msgstr ""
    33"Project-Id-Version: Playbuzz\n"
    4 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/playbuzz\n"
    5 "POT-Creation-Date: 2015-07-09 11:53+0300\n"
    6 "PO-Revision-Date: 2015-07-09 11:53+0300\n"
     4"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/playbuzz\n"
     5"POT-Creation-Date: 2015-05-05 10:15:09+00:00\n"
     6"PO-Revision-Date: 2015-05-05 13:18+0200\n"
    77"Last-Translator: Rami Y <r_a_m_i@hotmail.com>\n"
    88"Language-Team: Playbuzz <publishers@playbuzz.com>\n"
     
    1212"Content-Transfer-Encoding: 8bit\n"
    1313"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    14 "X-Generator: Poedit 1.8.2\n"
     14"X-Generator: Poedit 1.7.6\n"
    1515"X-Poedit-SourceCharset: UTF-8\n"
    1616"X-Poedit-Basepath: .\n"
     
    2121#. Plugin Name of the plugin/theme
    2222#. Author of the plugin/theme
    23 #: admin.php:104 admin.php:105 scripts-styles.php:64
     23#: admin.php:156 admin.php:256
    2424msgid "Playbuzz"
    2525msgstr "פלייבאז"
    2626
    27 #: admin.php:128
     27#: admin.php:157
     28msgid "Playbuzz Content"
     29msgstr "תכנים מפלייבאז"
     30
     31#: admin.php:158 admin.php:351
     32msgid "My Items"
     33msgstr "הפריטים שלי"
     34
     35#: admin.php:159
     36msgid "+ Create Your Own"
     37msgstr "יצירת פריט חדש"
     38
     39#: admin.php:160
     40msgid "Search Term"
     41msgstr "מילות חיפוש"
     42
     43#: admin.php:161
     44msgid "Search my items"
     45msgstr "חיפוש בפריטים שלי"
     46
     47#: admin.php:162
     48msgid "Results for"
     49msgstr "תוצאות חיפוש עבור"
     50
     51#: admin.php:163
     52msgid "No results found"
     53msgstr "לא נמצאו תוצאות"
     54
     55#: admin.php:164
     56msgid "Please try again with a different search."
     57msgstr "יש לנסות שנית עם מילות חיפוש חלופיות."
     58
     59#: admin.php:165
     60msgid "Change User"
     61msgstr "החלפת משתמש"
     62
     63#: admin.php:166
     64msgid "Server error"
     65msgstr "שגיאת שרת"
     66
     67#: admin.php:167
     68msgid "Please try again in a few minutes."
     69msgstr "יש לנסות שנית בעוד מספר דקות."
     70
     71#: admin.php:168
     72msgid "No user"
     73msgstr "לא הוגדר משתמש"
     74
     75#: admin.php:169
     76msgid "Set User"
     77msgstr "הגדרת משתמש"
     78
     79#: admin.php:170
     80msgid ""
     81"Go to the <a href=\"options-general.php?page=playbuzz&tab=embed\" target="
     82"\"_blank\">Settings</a> and set your Playbuzz.com username."
     83msgstr ""
     84"יש לגשת למסך ה<a href=\"options-general.php?page=playbuzz&tab=embed\" target="
     85"\"_blank\">הגדרות</a> כדי להגדיר את המשתמש שלך באתר Playbuzz.com."
     86
     87#: admin.php:171
     88msgid "You don't have any items (yet!)."
     89msgstr "אין לך פריטים (עדיין!)"
     90
     91#: admin.php:172
     92msgid ""
     93"Go to <a href=\"https://www.playbuzz.com/\" target=\"_blank\">Playbuzz.com</"
     94"a> to create your own playful content and embed on your site."
     95msgstr ""
     96"ניתן ליצור תכנים ויראליים חדשים באתר <a href=\"https://www.playbuzz.com/\" "
     97"target=\"_blank\">Playbuzz.com</a> ולהטמיע אותם באתר."
     98
     99#: admin.php:173
     100msgid "page"
     101msgstr "עמוד"
     102
     103#: admin.php:174
     104msgid "Jan"
     105msgstr "ינואר"
     106
     107#: admin.php:175
     108msgid "Feb"
     109msgstr "פברואר"
     110
     111#: admin.php:176
     112msgid "Mar"
     113msgstr "מרץ"
     114
     115#: admin.php:177
     116msgid "Apr"
     117msgstr "אפריל"
     118
     119#: admin.php:178
     120msgid "May"
     121msgstr "מאי"
     122
     123#: admin.php:179
     124msgid "Jun"
     125msgstr "יוני"
     126
     127#: admin.php:180
     128msgid "Jul"
     129msgstr "יולי"
     130
     131#: admin.php:181
     132msgid "Aug"
     133msgstr "אוגוסט"
     134
     135#: admin.php:182
     136msgid "Sep"
     137msgstr "ספטמבר"
     138
     139#: admin.php:183
     140msgid "Oct"
     141msgstr "אוקטובר"
     142
     143#: admin.php:184
     144msgid "Nov"
     145msgstr "נובמבר"
     146
     147#: admin.php:185
     148msgid "Dec"
     149msgstr "דצמבר"
     150
     151#: admin.php:186
     152msgid "Show"
     153msgstr "הצג"
     154
     155#: admin.php:187
     156msgid "All Types"
     157msgstr "כל הסוגים"
     158
     159#: admin.php:188
     160msgid "Personality Quiz"
     161msgstr "חידון אישיות"
     162
     163#: admin.php:189
     164msgid "List"
     165msgstr "רשימה"
     166
     167#: admin.php:190
     168msgid "Trivia"
     169msgstr "טריוויה"
     170
     171#: admin.php:191
     172msgid "Poll"
     173msgstr "סקר"
     174
     175#: admin.php:192
     176msgid "Ranked List"
     177msgstr "רשימה מדורגת"
     178
     179#: admin.php:193
     180msgid "Gallery Quiz"
     181msgstr "גלריה"
     182
     183#: admin.php:194
     184msgid "Sort By"
     185msgstr "סינון לפי"
     186
     187#: admin.php:195
     188msgid "Relevance"
     189msgstr "רלוונטיות"
     190
     191#: admin.php:196
     192msgid "Views"
     193msgstr "צפיות"
     194
     195#: admin.php:197
     196msgid "Date"
     197msgstr "תאריך"
     198
     199#: admin.php:198
     200msgid "Discover Playful Content"
     201msgstr "גלו תכנים ויראליים חדשים"
     202
     203#: admin.php:199
     204msgid "Featured Items"
     205msgstr "פריטים מובחרים"
     206
     207#: admin.php:200
     208msgid "Created by"
     209msgstr "מאת"
     210
     211#: admin.php:201
     212msgid "by"
     213msgstr "מאת"
     214
     215#: admin.php:202
     216msgid "By"
     217msgstr "מאת"
     218
     219#: admin.php:203
     220msgid "on"
     221msgstr "בתאריך"
     222
     223#: admin.php:204
     224msgid "items"
     225msgstr "פריטים"
     226
     227#: admin.php:205
     228msgid "View"
     229msgstr "הצגה"
     230
     231#: admin.php:206
     232msgid "Embed"
     233msgstr "הטמעה"
     234
     235#: admin.php:207
     236msgid "Preview item"
     237msgstr "תצוגה מקדימה"
     238
     239#: admin.php:208
     240msgid "Playbuzz item does not exist"
     241msgstr "הפריט אינו קיים"
     242
     243#: admin.php:209
     244msgid "Check shortcode URL in the text editor."
     245msgstr "יש לבדוק את הכתובת שהוזנה בפקודת המקרו ולתקן אותה."
     246
     247#: admin.php:210
     248msgid "Your item will be embedded here"
     249msgstr "הפריט יוטמע כאן"
     250
     251#: admin.php:211
     252msgid "Playbuzz Item Settings"
     253msgstr "הגדרות תצוגה"
     254
     255#: admin.php:212
     256msgid "Item Settings"
     257msgstr "הגדרות תצוגה"
     258
     259#: admin.php:213
     260msgid "Embedded Item Appearance"
     261msgstr "תצוגה של הפריט המוטמע"
     262
     263#: admin.php:214
     264msgid "Use site default settings"
     265msgstr "השתמש בהגדרות ברירת מחדל של האתר"
     266
     267#: admin.php:215
     268msgid "Configure default settings"
     269msgstr "ערוך הגדרות ברירת מחדל"
     270
     271#: admin.php:216
     272msgid "Custom"
     273msgstr "תצוגה יחודית לפריט זה"
     274
     275#: admin.php:217 admin.php:368
     276msgid "Display item information"
     277msgstr "תצוגת פרטים"
     278
     279#: admin.php:218 admin.php:370
     280msgid "Show item thumbnail, name, description, creator."
     281msgstr "הצגת תמונה, כותרת, תיאור ויוצר."
     282
     283#: admin.php:219 admin.php:374
     284msgid "Display share buttons"
     285msgstr "תצוגת כפתורי שיתוף"
     286
     287#: admin.php:220 admin.php:376
     288msgid "Show share buttons with links to YOUR site."
     289msgstr "הצגת כפתורי שיתוף עם קישורים לאתר שלך."
     290
     291#: admin.php:221 admin.php:420
     292msgid "Display more recommendations"
     293msgstr "תצוגת תכנים מומלצים נוספים"
     294
     295#: admin.php:222 admin.php:422 admin.php:612 admin.php:665
     296msgid "Show recommendations for more items."
     297msgstr "הצגת המלצות לפריטים נוספים"
     298
     299#: admin.php:223 admin.php:380
     300msgid "Display Facebook comments"
     301msgstr "תצוגת תגובות פייסבוק"
     302
     303#: admin.php:224 admin.php:382
     304msgid "Show Facebook comments in your items."
     305msgstr "הצגת תגובות פייסבוק בפריטים שהוטמעו."
     306
     307#: admin.php:225
     308msgid "Site has fixed (sticky) top header"
     309msgstr "לאתר יש כותרת עליונה קבועה (דביקה)"
     310
     311#: admin.php:226 admin.php:391
     312msgid "Height"
     313msgstr "גובה"
     314
     315#: admin.php:227 admin.php:393
     316msgid "px"
     317msgstr "פיקסלים"
     318
     319#: admin.php:228 admin.php:395
     320msgid ""
     321"Use this if your website has top header that's always visible, even while "
     322"scrolling down."
     323msgstr ""
     324"ניתן להשתמש באפשרות זו באתרים בהם הכותרת העליונה תמיד מוצגת, גם כשגוללים "
     325"למטה."
     326
     327#: admin.php:229
     328msgid "Cancel"
     329msgstr "ביטול"
     330
     331#: admin.php:230
     332msgid "Update Item"
     333msgstr "עדכון פריט"
     334
     335#: admin.php:231
     336msgid "Feedback sent, thank you!"
     337msgstr "פידבק נשלח, תודה!"
     338
     339#: admin.php:232
     340msgid "Something went wrong please try again..."
     341msgstr "ארעה שגיאה, יש לנסות שנית..."
     342
     343#: admin.php:233
     344msgid "Some required fields are missing."
     345msgstr "חסרים שדות חובה מסוימים."
     346
     347#: admin.php:275
    28348msgid "Playbuzz Plugin"
    29349msgstr "תוסף פלייבאז"
    30350
    31 #: admin.php:130
     351#: admin.php:277
    32352msgid "Getting Started"
    33353msgstr "אופן שימוש"
    34354
    35 #: admin.php:131
     355#: admin.php:278
    36356msgid "Site Settings"
    37357msgstr "הגדרות אתר"
    38358
    39 #: admin.php:132
     359#: admin.php:279
    40360msgid "Shortcodes"
    41361msgstr "פקודות מאקרו"
    42362
    43 #: admin.php:133
     363#: admin.php:280
    44364msgid "Feedback"
    45365msgstr "פידבק"
    46366
    47 #: admin.php:142
     367#: admin.php:289
    48368msgid "Embed Items from Playbuzz"
    49369msgstr "הטמעת תכנים מתוך פלייבאז"
    50370
    51 #: admin.php:146
     371#: admin.php:293
    52372msgid ""
    53373"Create a new post/page and click the blue Playbuzz button in the visual "
     
    55375msgstr "צרו פוסט/עמוד חדש וליחצו על הכפתור הכחול של פלייבאז בעורך הויזואלי"
    56376
    57 #: admin.php:149
     377#: admin.php:296
    58378msgid ""
    59379"Search for any item, browse our featured items or select one of your own "
     
    62382"נווטו בפריטים המובחרים, חפשו מבין פריטים השונים או בחרו בין הפריטים שלכם"
    63383
    64 #: admin.php:152
     384#: admin.php:299
    65385msgid "To embed the item to your post click on the “Embed” button"
    66386msgstr "להטמעת פריט כלשהו יש ללחוץ על הכפתור \"הטמעה\""
    67387
    68 #: admin.php:162
     388#: admin.php:309
    69389msgid "Item Customization"
    70390msgstr "התאמות תצוגה"
    71391
    72 #: admin.php:166
     392#: admin.php:313
    73393msgid ""
    74394"After embedding the item in your post, click on the settings icon to open "
     
    76396msgstr "אחרי הטמעת הפריט בפוסט, לחיצה על ה פריט תפתח חלון לביצוע התאמות תצוגה"
    77397
    78 #: admin.php:169
     398#: admin.php:316
    79399msgid "Apply default site settings"
    80400msgstr "השתמשו בהגדרות ברירת המחדל של האתר"
    81401
    82 #: admin.php:172
     402#: admin.php:319
    83403msgid "Or select the \"custom\" option to apply customized settings"
    84404msgstr "או בחרו לבצע התאמות תצוגה כדי להגדיר הגדרות ייחודיות לפריט"
    85405
    86 #: admin.php:180 admin.php:217
     406#: admin.php:327 admin.php:364
    87407msgid "Default Site Settings"
    88408msgstr "הגדרות ברירת מחדל של האתר"
    89409
    90 #: admin.php:184
     410#: admin.php:331
    91411msgid ""
    92412"You don’t have to manually set the options for each of your embeds! You can "
     
    96416"לכל האתר דרך תפריט <a href=\"%s\">הגדרות האתר</a>"
    97417
    98 #: admin.php:187
     418#: admin.php:334
    99419msgid ""
    100420"This panel  is always available for you <a href=\"%s\">here</a> and at the "
     
    104424"אתר"
    105425
    106 #: admin.php:190
     426#: admin.php:337
    107427msgid ""
    108428"Your site default settings won't override any of your manual item-specific "
     
    112432"לפריטים נבחרים!"
    113433
    114 #: admin.php:204 scripts-styles.php:66
    115 msgid "My Items"
    116 msgstr "הפריטים שלי"
    117 
    118 #: admin.php:207
     434#: admin.php:354
    119435msgid "Playbuzz Username"
    120436msgstr "שם משתמש בפלייבאז"
    121437
    122 #: admin.php:208
     438#: admin.php:355
    123439msgid "e.g. sarahpark10"
    124440msgstr "למשל sarahpark10"
    125441
    126 #: admin.php:210
     442#: admin.php:357
    127443msgid ""
    128444"You can find your username by going to your profile page on %s, and copying "
     
    130446msgstr "ניתן למצוא את שם המשתמש בעמוד הפרופיל שלך באתר %s, בכתובת ה-URL."
    131447
    132 #: admin.php:211
     448#: admin.php:358
    133449msgid "Example:"
    134450msgstr "דוגמא:"
    135451
    136 #: admin.php:221 scripts-styles.php:125
    137 msgid "Display item information"
    138 msgstr "תצוגת פרטים"
    139 
    140 #: admin.php:223 scripts-styles.php:126
    141 msgid "Show item thumbnail, name, description, creator."
    142 msgstr "הצגת תמונה, כותרת, תיאור ויוצר."
    143 
    144 #: admin.php:227 scripts-styles.php:127
    145 msgid "Display share buttons"
    146 msgstr "תצוגת כפתורי שיתוף"
    147 
    148 #: admin.php:229 scripts-styles.php:128
    149 msgid "Show share buttons with links to YOUR site."
    150 msgstr "הצגת כפתורי שיתוף עם קישורים לאתר שלך."
    151 
    152 #: admin.php:233 scripts-styles.php:131
    153 msgid "Display Facebook comments"
    154 msgstr "תצוגת תגובות פייסבוק"
    155 
    156 #: admin.php:235 scripts-styles.php:132
    157 msgid "Show Facebook comments in your items."
    158 msgstr "הצגת תגובות פייסבוק בפריטים שהוטמעו."
    159 
    160 #: admin.php:241
     452#: admin.php:388
    161453msgid "Sticky Header Preferences"
    162454msgstr "הגדרות ריווח עליון"
    163455
    164 #: admin.php:244 scripts-styles.php:134
    165 msgid "Height"
    166 msgstr "גובה"
    167 
    168 #: admin.php:246 scripts-styles.php:135
    169 msgid "px"
    170 msgstr "פיקסלים"
    171 
    172 #: admin.php:248 scripts-styles.php:136
    173 msgid ""
    174 "Use this if your website has top header that's always visible, even while "
    175 "scrolling down."
    176 msgstr ""
    177 "ניתן להשתמש באפשרות זו באתרים בהם הכותרת העליונה תמיד מוצגת, גם כשגוללים "
    178 "למטה."
    179 
    180 #: admin.php:254
     456#: admin.php:401
    181457msgid "Appearance Preferences"
    182458msgstr "הגדרות תצוגה"
    183459
    184 #: admin.php:257
     460#: admin.php:404
    185461msgid "Display embedded items on"
    186462msgstr "הצגת תכנים מוטמעים ב"
    187463
    188 #: admin.php:259
     464#: admin.php:406
    189465msgid "Posts & Pages Only"
    190466msgstr "עמודי תוכן בלבד"
    191467
    192 #: admin.php:260
     468#: admin.php:407
    193469msgid "All pages (singular, archive, ect.)"
    194470msgstr "בכל העמודים, כולל עמודי ארכיון"
    195471
    196 #: admin.php:263
     472#: admin.php:410
    197473msgid ""
    198474"Whether to show the embedded content only in <a href=\"%s\" target=\"_blank"
     
    203479"\"%s\">עמודי ארכיון</a>."
    204480
    205 #: admin.php:269
     481#: admin.php:416
    206482msgid "Item Recommendations"
    207483msgstr "תכנים מומלצים"
    208484
    209 #: admin.php:273 scripts-styles.php:129
    210 msgid "Display more recommendations"
    211 msgstr "תצוגת תכנים מומלצים נוספים"
    212 
    213 #: admin.php:275 admin.php:465 admin.php:518 scripts-styles.php:130
    214 msgid "Show recommendations for more items."
    215 msgstr "הצגת המלצות לפריטים נוספים"
    216 
    217 #: admin.php:283 widgets.php:181
     485#: admin.php:430 widgets.php:181
    218486msgid "Tags"
    219487msgstr "תגיות"
    220488
    221 #: admin.php:286 widgets.php:182
     489#: admin.php:433 widgets.php:182
    222490msgid "All"
    223491msgstr "הכל"
    224492
    225 #: admin.php:290 widgets.php:183
     493#: admin.php:437 widgets.php:183
    226494msgid "Fun"
    227495msgstr "כיף"
    228496
    229 #: admin.php:294 widgets.php:184
     497#: admin.php:441 widgets.php:184
    230498msgid "Pop"
    231499msgstr "פופולריים"
    232500
    233 #: admin.php:298 widgets.php:185
     501#: admin.php:445 widgets.php:185
    234502msgid "Geek"
    235503msgstr "גיקים"
    236504
    237 #: admin.php:302 widgets.php:186
     505#: admin.php:449 widgets.php:186
    238506msgid "Sports"
    239507msgstr "ספורט"
    240508
    241 #: admin.php:306 widgets.php:187
     509#: admin.php:453 widgets.php:187
    242510msgid "Editor's Pick"
    243511msgstr "בחירת העורכים"
    244512
    245 #: admin.php:311 widgets.php:190
     513#: admin.php:458 widgets.php:190
    246514msgid "Custom Tags"
    247515msgstr "תגיות מותאמות אישית"
    248516
    249 #: admin.php:312
     517#: admin.php:459
    250518msgid "Comma separated tags, e.g. food, rap, weather"
    251519msgstr "תגיות מופרדות בפסיקים, כגון food, rap, weather"
    252520
    253 #: admin.php:320
     521#: admin.php:467
    254522msgid "Authentication"
    255523msgstr "הזדהות"
    256524
    257 #: admin.php:322
     525#: admin.php:469
    258526msgid "API Key"
    259527msgstr "מפתח API"
    260528
    261 #: admin.php:331
     529#: admin.php:478
    262530msgid "Related Content Customization"
    263531msgstr "הגדרת המלצות בהתאמה אישית"
    264532
    265 #: admin.php:335 widgets.php:162
     533#: admin.php:482 widgets.php:162
    266534msgid "Number of Items"
    267535msgstr "מספר פריטים להצגה"
    268536
    269 #: admin.php:356 widgets.php:154
     537#: admin.php:503 widgets.php:154
    270538msgid "Items layout"
    271539msgstr "פריסת פריטים"
    272540
    273 #: admin.php:358 widgets.php:156
     541#: admin.php:505 widgets.php:156
    274542msgid "Large Images"
    275543msgstr "תמונות גדולות"
    276544
    277 #: admin.php:359 widgets.php:157
     545#: admin.php:506 widgets.php:157
    278546msgid "Horizontal Images"
    279547msgstr "תמונות אנכיות"
    280548
    281 #: admin.php:360 widgets.php:158
     549#: admin.php:507 widgets.php:158
    282550msgid "No Images"
    283551msgstr "ללא תמונות"
    284552
    285 #: admin.php:383
     553#: admin.php:530
    286554msgid "Open Items at"
    287555msgstr "מיקום רשימת הפריטים"
    288556
    289 #: admin.php:385 widgets.php:195
     557#: admin.php:532 widgets.php:195
    290558msgid ""
    291559"<a href=\"%s\" target=\"_blank\">Create</a> a new page containing the "
     
    297565"יפתחו פריטים שהוקלקו:"
    298566
    299 #: admin.php:392 widgets.php:203
     567#: admin.php:539 widgets.php:203
    300568msgid "&mdash; Select &mdash;"
    301569msgstr "&mdash; בחירה &mdash;"
    302570
    303 #: admin.php:403
     571#: admin.php:550
    304572msgid "Automatically Add Recommendations"
    305573msgstr "הוספת המלצות באופן אוטומטי"
    306574
    307 #: admin.php:406
     575#: admin.php:553
    308576msgid "Active"
    309577msgstr "הפעל"
    310578
    311 #: admin.php:409
     579#: admin.php:556
    312580msgid "Disable"
    313581msgstr "כבה"
    314582
    315 #: admin.php:410
     583#: admin.php:557
    316584msgid "Enable"
    317585msgstr "הפעל"
    318586
    319 #: admin.php:415
     587#: admin.php:562
    320588msgid "Location"
    321589msgstr "מיקום"
    322590
    323 #: admin.php:418
     591#: admin.php:565
    324592msgid "Above the content"
    325593msgstr "מעל התוכן"
    326594
    327 #: admin.php:419
     595#: admin.php:566
    328596msgid "Bellow the content"
    329597msgstr "מתחת לתוכן"
    330598
    331 #: admin.php:435
     599#: admin.php:582
    332600msgid "Item Shortcode"
    333601msgstr "קוד הטמעה לפריט"
    334602
    335 #: admin.php:436
     603#: admin.php:583
    336604msgid "Choose any Playful Content item from %s and easily embed it in a post."
    337605msgstr "בחרו פריט כלשהו מאתר %s והטמיעו אותו בקלות באתר."
    338606
    339 #: admin.php:437
     607#: admin.php:584
    340608msgid ""
    341609"For basic use, paste the item URL into your text editor and go to the visual "
     
    345613"הוויזואלי כדי לוודא שהוא נטען."
    346614
    347 #: admin.php:438
     615#: admin.php:585
    348616msgid ""
    349617"For more advance usage, use the following shortcode if you want to adjust "
     
    351619msgstr "לשימוש מתקדם, השתמשו בקוד הטמעה הבא להתאמת התצוגה:"
    352620
    353 #: admin.php:440
     621#: admin.php:587
    354622msgid ""
    355623"You can set default appearance settings in the <a href=\"%s\">Site Settings</"
     
    359627"אתר</a>."
    360628
    361 #: admin.php:441
     629#: admin.php:588
    362630msgid ""
    363631"Or you can override the default appearance and customize each item with the "
     
    365633msgstr "או להגדיר לכל פריט תצוגה מותאמת אישית באמצעות הפרמטרים הבאים:"
    366634
    367 #: admin.php:445
     635#: admin.php:592
    368636msgid "The URL of the item that will be displayed."
    369637msgstr "ה-URL של הפריט שיוצג."
    370638
    371 #: admin.php:446
     639#: admin.php:593
    372640msgid "Type: URL"
    373641msgstr "סוג: URL"
    374642
    375 #: admin.php:450
     643#: admin.php:597
    376644msgid "Show item info (thumbnail, name, description, editor, etc)."
    377645msgstr "הצגת פרטים כגון תמונה, כותרת, תיאור, ויוצר."
    378646
    379 #: admin.php:451 admin.php:456 admin.php:461 admin.php:466 admin.php:509
    380 #: admin.php:514 admin.php:519
     647#: admin.php:598 admin.php:603 admin.php:608 admin.php:613 admin.php:656
     648#: admin.php:661 admin.php:666
    381649msgid "Type: Boolean (true/false) ; Default: true"
    382650msgstr "סוג: בוליאני (כן/לא) ; ברירת מחדל: כן"
    383651
    384 #: admin.php:455 admin.php:508
     652#: admin.php:602 admin.php:655
    385653msgid "Show sharing buttons."
    386654msgstr "הצגת כפתורי שיתוף."
    387655
    388 #: admin.php:460 admin.php:513
     656#: admin.php:607 admin.php:660
    389657msgid "Show comments control from the item page."
    390658msgstr "הצגת כפתורי שיתוף בעמוד הפריט."
    391659
    392 #: admin.php:470 admin.php:523
     660#: admin.php:617 admin.php:670
    393661msgid ""
    394662"Destination page, containing the [playbuzz-section] shortcode, where new "
     
    398666"חדשים."
    399667
    400 #: admin.php:471 admin.php:524
     668#: admin.php:618 admin.php:671
    401669msgid "Type: URL ; Default: https://www.playbuzz.com/"
    402670msgstr "סוג: URL ; ברירת מחדל: https://www.playbuzz.com/"
    403671
    404 #: admin.php:475 admin.php:528
     672#: admin.php:622 admin.php:675
    405673msgid "Define custom width in pixels."
    406674msgstr "הגדרת רוחב מותאם אישית בפיקסלים."
    407675
    408 #: admin.php:476 admin.php:481 admin.php:529 admin.php:534
     676#: admin.php:623 admin.php:628 admin.php:676 admin.php:681
    409677msgid "Type: String ; Default: auto"
    410678msgstr "סוג: מחרוזת ; ברירת מחדל: auto"
    411679
    412 #: admin.php:480 admin.php:533
     680#: admin.php:627 admin.php:680
    413681msgid "Define custom height in pixels."
    414682msgstr "הגדרת גובה מותאם אישית בפיקסלים."
    415683
    416 #: admin.php:485 admin.php:538
     684#: admin.php:632 admin.php:685
    417685msgid "Define custom margin-top in pixels."
    418686msgstr "הגדרת ריווח עליון מותאם אישית בפיקסלים."
    419687
    420 #: admin.php:486 admin.php:539
     688#: admin.php:633 admin.php:686
    421689msgid "Type: String ; Default: 0px"
    422690msgstr "סוג: מחרוזת ; ברירת מחדל: 0px"
    423691
    424 #: admin.php:494
     692#: admin.php:641
    425693msgid "Section Shortcode"
    426694msgstr "קוד הטמעה לרשימת פריטים"
    427695
    428 #: admin.php:495
     696#: admin.php:642
    429697msgid ""
    430698"Choose any list of Playful Items in a specific vertical from %s and easily "
     
    436704"תגית מסויימת."
    437705
    438 #: admin.php:496
     706#: admin.php:643
    439707msgid ""
    440708"For basic use, paste the section URL into your text editor and go to the "
     
    444712"הוויזואלי כדי לוודא שהם נטענו."
    445713
    446 #: admin.php:497
     714#: admin.php:644
    447715msgid ""
    448716"Use the following shortcode if you want to adjust the settings of your "
     
    451719"השתמשו בקוד ההטמעה הבא אם ברצונכם להתאים את אופן התצוגה של רשימת הפריטים:"
    452720
    453 #: admin.php:499
     721#: admin.php:646
    454722msgid ""
    455723"You can tweak the general settings for the section with the following "
     
    459727"הפרמטרים המתקדמים הבאים לקוד ההטמעה:"
    460728
    461 #: admin.php:503
     729#: admin.php:650
    462730msgid "Filters the content shown by comma separated tags."
    463731msgstr "סינון התכנים המוצגים על ידי תגיות המופרדות בפסיקים."
    464732
    465 #: admin.php:504
     733#: admin.php:651
    466734msgid "Type: String ; Default: All"
    467735msgstr "סוג: מחרוזת ; ברירת מחדל: All"
    468736
    469 #: admin.php:549
     737#: admin.php:696
    470738msgid "We Are Listening"
    471739msgstr "אנחנו קשובים לצרכים שלכם"
    472740
    473 #: admin.php:551
     741#: admin.php:698
    474742msgid ""
    475743"We’d love to know about your experiences with our WordPress plugin and "
     
    479747"בעזרת הטופס הבא"
    480748
    481 #: admin.php:559
     749#: admin.php:706
    482750msgid "Your Name"
    483751msgstr "שם"
    484752
    485 #: admin.php:563
     753#: admin.php:710
    486754msgid "Email (so we can write you back)"
    487755msgstr "אימייל (כדי שנוכל לחזור אלייכם)"
    488756
    489 #: admin.php:567
     757#: admin.php:714
    490758msgid "Message"
    491759msgstr "הודעה"
    492760
    493 #: admin.php:568
     761#: admin.php:715
    494762msgid "What's on your mind?"
    495763msgstr "על מה חשבתם?"
    496764
    497 #: admin.php:570
     765#: admin.php:717
    498766msgid "WordPress plugin feedback"
    499767msgstr "משוב על תוסף של פלייבאז"
    500768
    501 #: admin.php:571
     769#: admin.php:718
    502770msgid "Submit"
    503771msgstr "שליחה"
    504772
    505 #: admin.php:578
     773#: admin.php:725
    506774msgid "Enjoying the Playbuzz WordPress Plugin?"
    507775msgstr "נהנים מתוסף הוורדפרס של פלייבאז?"
    508776
    509 #: admin.php:579
     777#: admin.php:726
    510778msgid ""
    511779"<a href=\"%s\" target=\"_blank\">Rate us</a> on the WordPress Plugin "
     
    515783"כדי לעזור לאחרים לגלות את התכנים של פלייבאז!"
    516784
    517 #: admin.php:585
     785#: admin.php:732
    518786msgid "Become a Premium Playbuzz Publisher"
    519787msgstr "הצטרפו לשותפי הפרמיום של פלייבאז"
    520788
    521 #: admin.php:586
     789#: admin.php:733
    522790msgid ""
    523791"Want to learn how Playbuzz can take your publication’s engagement to new "
     
    525793msgstr "רוצים ללמוד איך פלייבאז יכולה לקחת את התכנים שלכם לגבהים חדשים?"
    526794
    527 #: admin.php:586
     795#: admin.php:733
    528796msgid "Lets Talk!"
    529797msgstr "דברו איתנו!"
    530798
    531 #: admin.php:592
     799#: admin.php:739
    532800msgid "Join the Playbuzz Publishers Community"
    533801msgstr "הצטרפו לקהילת המוציאים לאור של פלייבאז"
    534802
    535 #: index.php:43
     803#: index.php:63
    536804msgid "Settings"
    537805msgstr "הגדרות"
    538 
    539 #: scripts-styles.php:65
    540 msgid "Playbuzz Content"
    541 msgstr "תכנים מפלייבאז"
    542 
    543 #: scripts-styles.php:67
    544 msgid "+ Create Your Own"
    545 msgstr "יצירת פריט חדש"
    546 
    547 #: scripts-styles.php:68
    548 msgid "Search Term"
    549 msgstr "מילות חיפוש"
    550 
    551 #: scripts-styles.php:69
    552 msgid "Search my items"
    553 msgstr "חיפוש בפריטים שלי"
    554 
    555 #: scripts-styles.php:70
    556 msgid "Results for"
    557 msgstr "תוצאות חיפוש עבור"
    558 
    559 #: scripts-styles.php:71
    560 msgid "No results found"
    561 msgstr "לא נמצאו תוצאות"
    562 
    563 #: scripts-styles.php:72
    564 msgid "Please try again with a different search."
    565 msgstr "יש לנסות שנית עם מילות חיפוש חלופיות."
    566 
    567 #: scripts-styles.php:73
    568 msgid "Change User"
    569 msgstr "החלפת משתמש"
    570 
    571 #: scripts-styles.php:74
    572 msgid "Server error"
    573 msgstr "שגיאת שרת"
    574 
    575 #: scripts-styles.php:75
    576 msgid "Please try again in a few minutes."
    577 msgstr "יש לנסות שנית בעוד מספר דקות."
    578 
    579 #: scripts-styles.php:76
    580 msgid "No user"
    581 msgstr "לא הוגדר משתמש"
    582 
    583 #: scripts-styles.php:77
    584 msgid "Set User"
    585 msgstr "הגדרת משתמש"
    586 
    587 #: scripts-styles.php:78
    588 msgid ""
    589 "Go to the <a href=\"options-general.php?page=playbuzz&tab=embed\" target="
    590 "\"_blank\">Settings</a> and set your Playbuzz.com username."
    591 msgstr ""
    592 "יש לגשת למסך ה<a href=\"options-general.php?page=playbuzz&tab=embed\" target="
    593 "\"_blank\">הגדרות</a> כדי להגדיר את המשתמש שלך באתר Playbuzz.com."
    594 
    595 #: scripts-styles.php:79
    596 msgid "You don't have any items (yet!)."
    597 msgstr "אין לך פריטים (עדיין!)"
    598 
    599 #: scripts-styles.php:80
    600 msgid ""
    601 "Go to <a href=\"https://www.playbuzz.com/\" target=\"_blank\">Playbuzz.com</"
    602 "a> to create your own playful content and embed on your site."
    603 msgstr ""
    604 "ניתן ליצור תכנים ויראליים חדשים באתר <a href=\"https://www.playbuzz.com/\" "
    605 "target=\"_blank\">Playbuzz.com</a> ולהטמיע אותם באתר."
    606 
    607 #: scripts-styles.php:81
    608 msgid "page"
    609 msgstr "עמוד"
    610 
    611 #: scripts-styles.php:82
    612 msgid "Jan"
    613 msgstr "ינואר"
    614 
    615 #: scripts-styles.php:83
    616 msgid "Feb"
    617 msgstr "פברואר"
    618 
    619 #: scripts-styles.php:84
    620 msgid "Mar"
    621 msgstr "מרץ"
    622 
    623 #: scripts-styles.php:85
    624 msgid "Apr"
    625 msgstr "אפריל"
    626 
    627 #: scripts-styles.php:86
    628 msgid "May"
    629 msgstr "מאי"
    630 
    631 #: scripts-styles.php:87
    632 msgid "Jun"
    633 msgstr "יוני"
    634 
    635 #: scripts-styles.php:88
    636 msgid "Jul"
    637 msgstr "יולי"
    638 
    639 #: scripts-styles.php:89
    640 msgid "Aug"
    641 msgstr "אוגוסט"
    642 
    643 #: scripts-styles.php:90
    644 msgid "Sep"
    645 msgstr "ספטמבר"
    646 
    647 #: scripts-styles.php:91
    648 msgid "Oct"
    649 msgstr "אוקטובר"
    650 
    651 #: scripts-styles.php:92
    652 msgid "Nov"
    653 msgstr "נובמבר"
    654 
    655 #: scripts-styles.php:93
    656 msgid "Dec"
    657 msgstr "דצמבר"
    658 
    659 #: scripts-styles.php:94
    660 msgid "Show"
    661 msgstr "הצג"
    662 
    663 #: scripts-styles.php:95
    664 msgid "All Types"
    665 msgstr "כל הסוגים"
    666 
    667 #: scripts-styles.php:96
    668 msgid "Personality Quiz"
    669 msgstr "חידון אישיות"
    670 
    671 #: scripts-styles.php:97
    672 msgid "List"
    673 msgstr "רשימה"
    674 
    675 #: scripts-styles.php:98
    676 msgid "Trivia"
    677 msgstr "טריוויה"
    678 
    679 #: scripts-styles.php:99
    680 msgid "Poll"
    681 msgstr "סקר"
    682 
    683 #: scripts-styles.php:100
    684 msgid "Ranked List"
    685 msgstr "רשימה מדורגת"
    686 
    687 #: scripts-styles.php:101
    688 msgid "Gallery Quiz"
    689 msgstr "גלריה"
    690 
    691 #: scripts-styles.php:102
    692 msgid "Sort By"
    693 msgstr "סינון לפי"
    694 
    695 #: scripts-styles.php:103
    696 msgid "Relevance"
    697 msgstr "רלוונטיות"
    698 
    699 #: scripts-styles.php:104
    700 msgid "Views"
    701 msgstr "צפיות"
    702 
    703 #: scripts-styles.php:105
    704 msgid "Date"
    705 msgstr "תאריך"
    706 
    707 #: scripts-styles.php:106
    708 msgid "Discover Playful Content"
    709 msgstr "גלו תכנים ויראליים חדשים"
    710 
    711 #: scripts-styles.php:107
    712 msgid "Featured Items"
    713 msgstr "פריטים מובחרים"
    714 
    715 #: scripts-styles.php:108
    716 msgid "Created by"
    717 msgstr "מאת"
    718 
    719 #: scripts-styles.php:109
    720 msgid "by"
    721 msgstr "מאת"
    722 
    723 #: scripts-styles.php:110
    724 msgid "By"
    725 msgstr "מאת"
    726 
    727 #: scripts-styles.php:111
    728 msgid "on"
    729 msgstr "בתאריך"
    730 
    731 #: scripts-styles.php:112
    732 msgid "items"
    733 msgstr "פריטים"
    734 
    735 #: scripts-styles.php:113
    736 msgid "View"
    737 msgstr "הצגה"
    738 
    739 #: scripts-styles.php:114
    740 msgid "Embed"
    741 msgstr "הטמעה"
    742 
    743 #: scripts-styles.php:115
    744 msgid "Preview item"
    745 msgstr "תצוגה מקדימה"
    746 
    747 #: scripts-styles.php:116
    748 msgid "Playbuzz item does not exist"
    749 msgstr "הפריט אינו קיים"
    750 
    751 #: scripts-styles.php:117
    752 msgid "Check shortcode URL in the text editor."
    753 msgstr "יש לבדוק את הכתובת שהוזנה בפקודת המקרו ולתקן אותה."
    754 
    755 #: scripts-styles.php:118
    756 msgid "Your item will be embedded here"
    757 msgstr "הפריט יוטמע כאן"
    758 
    759 #: scripts-styles.php:119
    760 msgid "Playbuzz Item Settings"
    761 msgstr "הגדרות תצוגה"
    762 
    763 #: scripts-styles.php:120
    764 msgid "Item Settings"
    765 msgstr "הגדרות תצוגה"
    766 
    767 #: scripts-styles.php:121
    768 msgid "Embedded Item Appearance"
    769 msgstr "תצוגה של הפריט המוטמע"
    770 
    771 #: scripts-styles.php:122
    772 msgid "Use site default settings"
    773 msgstr "השתמש בהגדרות ברירת מחדל של האתר"
    774 
    775 #: scripts-styles.php:123
    776 msgid "Configure default settings"
    777 msgstr "ערוך הגדרות ברירת מחדל"
    778 
    779 #: scripts-styles.php:124
    780 msgid "Custom"
    781 msgstr "תצוגה יחודית לפריט זה"
    782 
    783 #: scripts-styles.php:133
    784 msgid "Site has fixed (sticky) top header"
    785 msgstr "לאתר יש כותרת עליונה קבועה (דביקה)"
    786 
    787 #: scripts-styles.php:137
    788 msgid "Cancel"
    789 msgstr "ביטול"
    790 
    791 #: scripts-styles.php:138
    792 msgid "Update Item"
    793 msgstr "עדכון פריט"
    794 
    795 #: scripts-styles.php:139
    796 msgid "Feedback sent, thank you!"
    797 msgstr "פידבק נשלח, תודה!"
    798 
    799 #: scripts-styles.php:140
    800 msgid "Something went wrong please try again..."
    801 msgstr "ארעה שגיאה, יש לנסות שנית..."
    802 
    803 #: scripts-styles.php:141
    804 msgid "Some required fields are missing."
    805 msgstr "חסרים שדות חובה מסוימים."
    806806
    807807#: widgets.php:31
  • playbuzz/trunk/lang/playbuzz.pot

    r1195289 r1423096  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Playbuzz 0.9.0\n"
    6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/playbuzz\n"
    7 "POT-Creation-Date: 2015-07-09 08:52:06+00:00\n"
     5"Project-Id-Version: Playbuzz 0.8.0\n"
     6"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/playbuzz\n"
     7"POT-Creation-Date: 2015-05-05 10:15:09+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
     
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
    1414
    15 #. #-#-#-#-#  plugin.pot (Playbuzz 0.9.0)  #-#-#-#-#
     15#. #-#-#-#-#  plugin.pot (Playbuzz 0.8.0)  #-#-#-#-#
    1616#. Plugin Name of the plugin/theme
    17 #. #-#-#-#-#  plugin.pot (Playbuzz 0.9.0)  #-#-#-#-#
     17#. #-#-#-#-#  plugin.pot (Playbuzz 0.8.0)  #-#-#-#-#
    1818#. Author of the plugin/theme
    19 #: admin.php:104 admin.php:105 scripts-styles.php:64
     19#: admin.php:156 admin.php:256
    2020msgid "Playbuzz"
    2121msgstr ""
    2222
    23 #: admin.php:128
     23#: admin.php:157
     24msgid "Playbuzz Content"
     25msgstr ""
     26
     27#: admin.php:158 admin.php:351
     28msgid "My Items"
     29msgstr ""
     30
     31#: admin.php:159
     32msgid "+ Create Your Own"
     33msgstr ""
     34
     35#: admin.php:160
     36msgid "Search Term"
     37msgstr ""
     38
     39#: admin.php:161
     40msgid "Search my items"
     41msgstr ""
     42
     43#: admin.php:162
     44msgid "Results for"
     45msgstr ""
     46
     47#: admin.php:163
     48msgid "No results found"
     49msgstr ""
     50
     51#: admin.php:164
     52msgid "Please try again with a different search."
     53msgstr ""
     54
     55#: admin.php:165
     56msgid "Change User"
     57msgstr ""
     58
     59#: admin.php:166
     60msgid "Server error"
     61msgstr ""
     62
     63#: admin.php:167
     64msgid "Please try again in a few minutes."
     65msgstr ""
     66
     67#: admin.php:168
     68msgid "No user"
     69msgstr ""
     70
     71#: admin.php:169
     72msgid "Set User"
     73msgstr ""
     74
     75#: admin.php:170
     76msgid ""
     77"Go to the <a href=\"options-general.php?page=playbuzz&tab=embed\" target="
     78"\"_blank\">Settings</a> and set your Playbuzz.com username."
     79msgstr ""
     80
     81#: admin.php:171
     82msgid "You don't have any items (yet!)."
     83msgstr ""
     84
     85#: admin.php:172
     86msgid ""
     87"Go to <a href=\"https://www.playbuzz.com/\" target=\"_blank\">Playbuzz.com</"
     88"a> to create your own playful content and embed on your site."
     89msgstr ""
     90
     91#: admin.php:173
     92msgid "page"
     93msgstr ""
     94
     95#: admin.php:174
     96msgid "Jan"
     97msgstr ""
     98
     99#: admin.php:175
     100msgid "Feb"
     101msgstr ""
     102
     103#: admin.php:176
     104msgid "Mar"
     105msgstr ""
     106
     107#: admin.php:177
     108msgid "Apr"
     109msgstr ""
     110
     111#: admin.php:178
     112msgid "May"
     113msgstr ""
     114
     115#: admin.php:179
     116msgid "Jun"
     117msgstr ""
     118
     119#: admin.php:180
     120msgid "Jul"
     121msgstr ""
     122
     123#: admin.php:181
     124msgid "Aug"
     125msgstr ""
     126
     127#: admin.php:182
     128msgid "Sep"
     129msgstr ""
     130
     131#: admin.php:183
     132msgid "Oct"
     133msgstr ""
     134
     135#: admin.php:184
     136msgid "Nov"
     137msgstr ""
     138
     139#: admin.php:185
     140msgid "Dec"
     141msgstr ""
     142
     143#: admin.php:186
     144msgid "Show"
     145msgstr ""
     146
     147#: admin.php:187
     148msgid "All Types"
     149msgstr ""
     150
     151#: admin.php:188
     152msgid "Personality Quiz"
     153msgstr ""
     154
     155#: admin.php:189
     156msgid "List"
     157msgstr ""
     158
     159#: admin.php:190
     160msgid "Trivia"
     161msgstr ""
     162
     163#: admin.php:191
     164msgid "Poll"
     165msgstr ""
     166
     167#: admin.php:192
     168msgid "Ranked List"
     169msgstr ""
     170
     171#: admin.php:193
     172msgid "Gallery Quiz"
     173msgstr ""
     174
     175#: admin.php:194
     176msgid "Sort By"
     177msgstr ""
     178
     179#: admin.php:195
     180msgid "Relevance"
     181msgstr ""
     182
     183#: admin.php:196
     184msgid "Views"
     185msgstr ""
     186
     187#: admin.php:197
     188msgid "Date"
     189msgstr ""
     190
     191#: admin.php:198
     192msgid "Discover Playful Content"
     193msgstr ""
     194
     195#: admin.php:199
     196msgid "Featured Items"
     197msgstr ""
     198
     199#: admin.php:200
     200msgid "Created by"
     201msgstr ""
     202
     203#: admin.php:201
     204msgid "by"
     205msgstr ""
     206
     207#: admin.php:202
     208msgid "By"
     209msgstr ""
     210
     211#: admin.php:203
     212msgid "on"
     213msgstr ""
     214
     215#: admin.php:204
     216msgid "items"
     217msgstr ""
     218
     219#: admin.php:205
     220msgid "View"
     221msgstr ""
     222
     223#: admin.php:206
     224msgid "Embed"
     225msgstr ""
     226
     227#: admin.php:207
     228msgid "Preview item"
     229msgstr ""
     230
     231#: admin.php:208
     232msgid "Playbuzz item does not exist"
     233msgstr ""
     234
     235#: admin.php:209
     236msgid "Check shortcode URL in the text editor."
     237msgstr ""
     238
     239#: admin.php:210
     240msgid "Your item will be embedded here"
     241msgstr ""
     242
     243#: admin.php:211
     244msgid "Playbuzz Item Settings"
     245msgstr ""
     246
     247#: admin.php:212
     248msgid "Item Settings"
     249msgstr ""
     250
     251#: admin.php:213
     252msgid "Embedded Item Appearance"
     253msgstr ""
     254
     255#: admin.php:214
     256msgid "Use site default settings"
     257msgstr ""
     258
     259#: admin.php:215
     260msgid "Configure default settings"
     261msgstr ""
     262
     263#: admin.php:216
     264msgid "Custom"
     265msgstr ""
     266
     267#: admin.php:217 admin.php:368
     268msgid "Display item information"
     269msgstr ""
     270
     271#: admin.php:218 admin.php:370
     272msgid "Show item thumbnail, name, description, creator."
     273msgstr ""
     274
     275#: admin.php:219 admin.php:374
     276msgid "Display share buttons"
     277msgstr ""
     278
     279#: admin.php:220 admin.php:376
     280msgid "Show share buttons with links to YOUR site."
     281msgstr ""
     282
     283#: admin.php:221 admin.php:420
     284msgid "Display more recommendations"
     285msgstr ""
     286
     287#: admin.php:222 admin.php:422 admin.php:612 admin.php:665
     288msgid "Show recommendations for more items."
     289msgstr ""
     290
     291#: admin.php:223 admin.php:380
     292msgid "Display Facebook comments"
     293msgstr ""
     294
     295#: admin.php:224 admin.php:382
     296msgid "Show Facebook comments in your items."
     297msgstr ""
     298
     299#: admin.php:225
     300msgid "Site has fixed (sticky) top header"
     301msgstr ""
     302
     303#: admin.php:226 admin.php:391
     304msgid "Height"
     305msgstr ""
     306
     307#: admin.php:227 admin.php:393
     308msgid "px"
     309msgstr ""
     310
     311#: admin.php:228 admin.php:395
     312msgid ""
     313"Use this if your website has top header that's always visible, even while "
     314"scrolling down."
     315msgstr ""
     316
     317#: admin.php:229
     318msgid "Cancel"
     319msgstr ""
     320
     321#: admin.php:230
     322msgid "Update Item"
     323msgstr ""
     324
     325#: admin.php:231
     326msgid "Feedback sent, thank you!"
     327msgstr ""
     328
     329#: admin.php:232
     330msgid "Something went wrong please try again..."
     331msgstr ""
     332
     333#: admin.php:233
     334msgid "Some required fields are missing."
     335msgstr ""
     336
     337#: admin.php:275
    24338msgid "Playbuzz Plugin"
    25339msgstr ""
    26340
    27 #: admin.php:130
     341#: admin.php:277
    28342msgid "Getting Started"
    29343msgstr ""
    30344
    31 #: admin.php:131
     345#: admin.php:278
    32346msgid "Site Settings"
    33347msgstr ""
    34348
    35 #: admin.php:132
     349#: admin.php:279
    36350msgid "Shortcodes"
    37351msgstr ""
    38352
    39 #: admin.php:133
     353#: admin.php:280
    40354msgid "Feedback"
    41355msgstr ""
    42356
    43 #: admin.php:142
     357#: admin.php:289
    44358msgid "Embed Items from Playbuzz"
    45359msgstr ""
    46360
    47 #: admin.php:146
     361#: admin.php:293
    48362msgid ""
    49363"Create a new post/page and click the blue Playbuzz button in the visual "
     
    51365msgstr ""
    52366
    53 #: admin.php:149
     367#: admin.php:296
    54368msgid ""
    55369"Search for any item, browse our featured items or select one of your own "
     
    57371msgstr ""
    58372
    59 #: admin.php:152
     373#: admin.php:299
    60374msgid "To embed the item to your post click on the “Embed” button"
    61375msgstr ""
    62376
    63 #: admin.php:162
     377#: admin.php:309
    64378msgid "Item Customization"
    65379msgstr ""
    66380
    67 #: admin.php:166
     381#: admin.php:313
    68382msgid ""
    69383"After embedding the item in your post, click on the settings icon to open "
     
    71385msgstr ""
    72386
    73 #: admin.php:169
     387#: admin.php:316
    74388msgid "Apply default site settings"
    75389msgstr ""
    76390
    77 #: admin.php:172
     391#: admin.php:319
    78392msgid "Or select the \"custom\" option to apply customized settings"
    79393msgstr ""
    80394
    81 #: admin.php:180 admin.php:217
     395#: admin.php:327 admin.php:364
    82396msgid "Default Site Settings"
    83397msgstr ""
    84398
    85 #: admin.php:184
     399#: admin.php:331
    86400msgid ""
    87401"You don’t have to manually set the options for each of your embeds! You can "
     
    89403msgstr ""
    90404
    91 #: admin.php:187
     405#: admin.php:334
    92406msgid ""
    93407"This panel  is always available for you <a href=\"%s\">here</a> and at the "
     
    95409msgstr ""
    96410
    97 #: admin.php:190
     411#: admin.php:337
    98412msgid ""
    99413"Your site default settings won't override any of your manual item-specific "
     
    101415msgstr ""
    102416
    103 #: admin.php:204 scripts-styles.php:66
    104 msgid "My Items"
    105 msgstr ""
    106 
    107 #: admin.php:207
     417#: admin.php:354
    108418msgid "Playbuzz Username"
    109419msgstr ""
    110420
    111 #: admin.php:208
     421#: admin.php:355
    112422msgid "e.g. sarahpark10"
    113423msgstr ""
    114424
    115 #: admin.php:210
     425#: admin.php:357
    116426msgid ""
    117427"You can find your username by going to your profile page on %s, and copying "
     
    119429msgstr ""
    120430
    121 #: admin.php:211
     431#: admin.php:358
    122432msgid "Example:"
    123433msgstr ""
    124434
    125 #: admin.php:221 scripts-styles.php:125
    126 msgid "Display item information"
    127 msgstr ""
    128 
    129 #: admin.php:223 scripts-styles.php:126
    130 msgid "Show item thumbnail, name, description, creator."
    131 msgstr ""
    132 
    133 #: admin.php:227 scripts-styles.php:127
    134 msgid "Display share buttons"
    135 msgstr ""
    136 
    137 #: admin.php:229 scripts-styles.php:128
    138 msgid "Show share buttons with links to YOUR site."
    139 msgstr ""
    140 
    141 #: admin.php:233 scripts-styles.php:131
    142 msgid "Display Facebook comments"
    143 msgstr ""
    144 
    145 #: admin.php:235 scripts-styles.php:132
    146 msgid "Show Facebook comments in your items."
    147 msgstr ""
    148 
    149 #: admin.php:241
     435#: admin.php:388
    150436msgid "Sticky Header Preferences"
    151437msgstr ""
    152438
    153 #: admin.php:244 scripts-styles.php:134
    154 msgid "Height"
    155 msgstr ""
    156 
    157 #: admin.php:246 scripts-styles.php:135
    158 msgid "px"
    159 msgstr ""
    160 
    161 #: admin.php:248 scripts-styles.php:136
    162 msgid ""
    163 "Use this if your website has top header that's always visible, even while "
    164 "scrolling down."
    165 msgstr ""
    166 
    167 #: admin.php:254
     439#: admin.php:401
    168440msgid "Appearance Preferences"
    169441msgstr ""
    170442
    171 #: admin.php:257
     443#: admin.php:404
    172444msgid "Display embedded items on"
    173445msgstr ""
    174446
    175 #: admin.php:259
     447#: admin.php:406
    176448msgid "Posts & Pages Only"
    177449msgstr ""
    178450
    179 #: admin.php:260
     451#: admin.php:407
    180452msgid "All pages (singular, archive, ect.)"
    181453msgstr ""
    182454
    183 #: admin.php:263
     455#: admin.php:410
    184456msgid ""
    185457"Whether to show the embedded content only in <a href=\"%s\" target=\"_blank"
     
    188460msgstr ""
    189461
    190 #: admin.php:269
     462#: admin.php:416
    191463msgid "Item Recommendations"
    192464msgstr ""
    193465
    194 #: admin.php:273 scripts-styles.php:129
    195 msgid "Display more recommendations"
    196 msgstr ""
    197 
    198 #: admin.php:275 admin.php:465 admin.php:518 scripts-styles.php:130
    199 msgid "Show recommendations for more items."
    200 msgstr ""
    201 
    202 #: admin.php:283 widgets.php:181
     466#: admin.php:430 widgets.php:181
    203467msgid "Tags"
    204468msgstr ""
    205469
    206 #: admin.php:286 widgets.php:182
     470#: admin.php:433 widgets.php:182
    207471msgid "All"
    208472msgstr ""
    209473
    210 #: admin.php:290 widgets.php:183
     474#: admin.php:437 widgets.php:183
    211475msgid "Fun"
    212476msgstr ""
    213477
    214 #: admin.php:294 widgets.php:184
     478#: admin.php:441 widgets.php:184
    215479msgid "Pop"
    216480msgstr ""
    217481
    218 #: admin.php:298 widgets.php:185
     482#: admin.php:445 widgets.php:185
    219483msgid "Geek"
    220484msgstr ""
    221485
    222 #: admin.php:302 widgets.php:186
     486#: admin.php:449 widgets.php:186
    223487msgid "Sports"
    224488msgstr ""
    225489
    226 #: admin.php:306 widgets.php:187
     490#: admin.php:453 widgets.php:187
    227491msgid "Editor's Pick"
    228492msgstr ""
    229493
    230 #: admin.php:311 widgets.php:190
     494#: admin.php:458 widgets.php:190
    231495msgid "Custom Tags"
    232496msgstr ""
    233497
    234 #: admin.php:312
     498#: admin.php:459
    235499msgid "Comma separated tags, e.g. food, rap, weather"
    236500msgstr ""
    237501
    238 #: admin.php:320
     502#: admin.php:467
    239503msgid "Authentication"
    240504msgstr ""
    241505
    242 #: admin.php:322
     506#: admin.php:469
    243507msgid "API Key"
    244508msgstr ""
    245509
    246 #: admin.php:331
     510#: admin.php:478
    247511msgid "Related Content Customization"
    248512msgstr ""
    249513
    250 #: admin.php:335 widgets.php:162
     514#: admin.php:482 widgets.php:162
    251515msgid "Number of Items"
    252516msgstr ""
    253517
    254 #: admin.php:356 widgets.php:154
     518#: admin.php:503 widgets.php:154
    255519msgid "Items layout"
    256520msgstr ""
    257521
    258 #: admin.php:358 widgets.php:156
     522#: admin.php:505 widgets.php:156
    259523msgid "Large Images"
    260524msgstr ""
    261525
    262 #: admin.php:359 widgets.php:157
     526#: admin.php:506 widgets.php:157
    263527msgid "Horizontal Images"
    264528msgstr ""
    265529
    266 #: admin.php:360 widgets.php:158
     530#: admin.php:507 widgets.php:158
    267531msgid "No Images"
    268532msgstr ""
    269533
    270 #: admin.php:383
     534#: admin.php:530
    271535msgid "Open Items at"
    272536msgstr ""
    273537
    274 #: admin.php:385 widgets.php:195
     538#: admin.php:532 widgets.php:195
    275539msgid ""
    276540"<a href=\"%s\" target=\"_blank\">Create</a> a new page containing the <code>"
     
    279543msgstr ""
    280544
    281 #: admin.php:392 widgets.php:203
     545#: admin.php:539 widgets.php:203
    282546msgid "&mdash; Select &mdash;"
    283547msgstr ""
    284548
    285 #: admin.php:403
     549#: admin.php:550
    286550msgid "Automatically Add Recommendations"
    287551msgstr ""
    288552
    289 #: admin.php:406
     553#: admin.php:553
    290554msgid "Active"
    291555msgstr ""
    292556
    293 #: admin.php:409
     557#: admin.php:556
    294558msgid "Disable"
    295559msgstr ""
    296560
    297 #: admin.php:410
     561#: admin.php:557
    298562msgid "Enable"
    299563msgstr ""
    300564
    301 #: admin.php:415
     565#: admin.php:562
    302566msgid "Location"
    303567msgstr ""
    304568
    305 #: admin.php:418
     569#: admin.php:565
    306570msgid "Above the content"
    307571msgstr ""
    308572
    309 #: admin.php:419
     573#: admin.php:566
    310574msgid "Bellow the content"
    311575msgstr ""
    312576
    313 #: admin.php:435
     577#: admin.php:582
    314578msgid "Item Shortcode"
    315579msgstr ""
    316580
    317 #: admin.php:436
     581#: admin.php:583
    318582msgid "Choose any Playful Content item from %s and easily embed it in a post."
    319583msgstr ""
    320584
    321 #: admin.php:437
     585#: admin.php:584
    322586msgid ""
    323587"For basic use, paste the item URL into your text editor and go to the visual "
     
    325589msgstr ""
    326590
    327 #: admin.php:438
     591#: admin.php:585
    328592msgid ""
    329593"For more advance usage, use the following shortcode if you want to adjust "
     
    331595msgstr ""
    332596
    333 #: admin.php:440
     597#: admin.php:587
    334598msgid ""
    335599"You can set default appearance settings in the <a href=\"%s\">Site Settings</"
     
    337601msgstr ""
    338602
    339 #: admin.php:441
     603#: admin.php:588
    340604msgid ""
    341605"Or you can override the default appearance and customize each item with the "
     
    343607msgstr ""
    344608
    345 #: admin.php:445
     609#: admin.php:592
    346610msgid "The URL of the item that will be displayed."
    347611msgstr ""
    348612
    349 #: admin.php:446
     613#: admin.php:593
    350614msgid "Type: URL"
    351615msgstr ""
    352616
    353 #: admin.php:450
     617#: admin.php:597
    354618msgid "Show item info (thumbnail, name, description, editor, etc)."
    355619msgstr ""
    356620
    357 #: admin.php:451 admin.php:456 admin.php:461 admin.php:466 admin.php:509
    358 #: admin.php:514 admin.php:519
     621#: admin.php:598 admin.php:603 admin.php:608 admin.php:613 admin.php:656
     622#: admin.php:661 admin.php:666
    359623msgid "Type: Boolean (true/false) ; Default: true"
    360624msgstr ""
    361625
    362 #: admin.php:455 admin.php:508
     626#: admin.php:602 admin.php:655
    363627msgid "Show sharing buttons."
    364628msgstr ""
    365629
    366 #: admin.php:460 admin.php:513
     630#: admin.php:607 admin.php:660
    367631msgid "Show comments control from the item page."
    368632msgstr ""
    369633
    370 #: admin.php:470 admin.php:523
     634#: admin.php:617 admin.php:670
    371635msgid ""
    372636"Destination page, containing the [playbuzz-section] shortcode, where new "
     
    374638msgstr ""
    375639
    376 #: admin.php:471 admin.php:524
     640#: admin.php:618 admin.php:671
    377641msgid "Type: URL ; Default: https://www.playbuzz.com/"
    378642msgstr ""
    379643
    380 #: admin.php:475 admin.php:528
     644#: admin.php:622 admin.php:675
    381645msgid "Define custom width in pixels."
    382646msgstr ""
    383647
    384 #: admin.php:476 admin.php:481 admin.php:529 admin.php:534
     648#: admin.php:623 admin.php:628 admin.php:676 admin.php:681
    385649msgid "Type: String ; Default: auto"
    386650msgstr ""
    387651
    388 #: admin.php:480 admin.php:533
     652#: admin.php:627 admin.php:680
    389653msgid "Define custom height in pixels."
    390654msgstr ""
    391655
    392 #: admin.php:485 admin.php:538
     656#: admin.php:632 admin.php:685
    393657msgid "Define custom margin-top in pixels."
    394658msgstr ""
    395659
    396 #: admin.php:486 admin.php:539
     660#: admin.php:633 admin.php:686
    397661msgid "Type: String ; Default: 0px"
    398662msgstr ""
    399663
    400 #: admin.php:494
     664#: admin.php:641
    401665msgid "Section Shortcode"
    402666msgstr ""
    403667
    404 #: admin.php:495
     668#: admin.php:642
    405669msgid ""
    406670"Choose any list of Playful Items in a specific vertical from %s and easily "
     
    409673msgstr ""
    410674
    411 #: admin.php:496
     675#: admin.php:643
    412676msgid ""
    413677"For basic use, paste the section URL into your text editor and go to the "
     
    415679msgstr ""
    416680
    417 #: admin.php:497
     681#: admin.php:644
    418682msgid ""
    419683"Use the following shortcode if you want to adjust the settings of your "
     
    421685msgstr ""
    422686
    423 #: admin.php:499
     687#: admin.php:646
    424688msgid ""
    425689"You can tweak the general settings for the section with the following "
     
    427691msgstr ""
    428692
    429 #: admin.php:503
     693#: admin.php:650
    430694msgid "Filters the content shown by comma separated tags."
    431695msgstr ""
    432696
    433 #: admin.php:504
     697#: admin.php:651
    434698msgid "Type: String ; Default: All"
    435699msgstr ""
    436700
    437 #: admin.php:549
     701#: admin.php:696
    438702msgid "We Are Listening"
    439703msgstr ""
    440704
    441 #: admin.php:551
     705#: admin.php:698
    442706msgid ""
    443707"We’d love to know about your experiences with our WordPress plugin and "
     
    445709msgstr ""
    446710
    447 #: admin.php:559
     711#: admin.php:706
    448712msgid "Your Name"
    449713msgstr ""
    450714
    451 #: admin.php:563
     715#: admin.php:710
    452716msgid "Email (so we can write you back)"
    453717msgstr ""
    454718
    455 #: admin.php:567
     719#: admin.php:714
    456720msgid "Message"
    457721msgstr ""
    458722
    459 #: admin.php:568
     723#: admin.php:715
    460724msgid "What's on your mind?"
    461725msgstr ""
    462726
    463 #: admin.php:570
     727#: admin.php:717
    464728msgid "WordPress plugin feedback"
    465729msgstr ""
    466730
    467 #: admin.php:571
     731#: admin.php:718
    468732msgid "Submit"
    469733msgstr ""
    470734
    471 #: admin.php:578
     735#: admin.php:725
    472736msgid "Enjoying the Playbuzz WordPress Plugin?"
    473737msgstr ""
    474738
    475 #: admin.php:579
     739#: admin.php:726
    476740msgid ""
    477741"<a href=\"%s\" target=\"_blank\">Rate us</a> on the WordPress Plugin "
     
    479743msgstr ""
    480744
    481 #: admin.php:585
     745#: admin.php:732
    482746msgid "Become a Premium Playbuzz Publisher"
    483747msgstr ""
    484748
    485 #: admin.php:586
     749#: admin.php:733
    486750msgid ""
    487751"Want to learn how Playbuzz can take your publication’s engagement to new "
     
    489753msgstr ""
    490754
    491 #: admin.php:586
     755#: admin.php:733
    492756msgid "Lets Talk!"
    493757msgstr ""
    494758
    495 #: admin.php:592
     759#: admin.php:739
    496760msgid "Join the Playbuzz Publishers Community"
    497761msgstr ""
    498762
    499 #: index.php:43
     763#: index.php:63
    500764msgid "Settings"
    501 msgstr ""
    502 
    503 #: scripts-styles.php:65
    504 msgid "Playbuzz Content"
    505 msgstr ""
    506 
    507 #: scripts-styles.php:67
    508 msgid "+ Create Your Own"
    509 msgstr ""
    510 
    511 #: scripts-styles.php:68
    512 msgid "Search Term"
    513 msgstr ""
    514 
    515 #: scripts-styles.php:69
    516 msgid "Search my items"
    517 msgstr ""
    518 
    519 #: scripts-styles.php:70
    520 msgid "Results for"
    521 msgstr ""
    522 
    523 #: scripts-styles.php:71
    524 msgid "No results found"
    525 msgstr ""
    526 
    527 #: scripts-styles.php:72
    528 msgid "Please try again with a different search."
    529 msgstr ""
    530 
    531 #: scripts-styles.php:73
    532 msgid "Change User"
    533 msgstr ""
    534 
    535 #: scripts-styles.php:74
    536 msgid "Server error"
    537 msgstr ""
    538 
    539 #: scripts-styles.php:75
    540 msgid "Please try again in a few minutes."
    541 msgstr ""
    542 
    543 #: scripts-styles.php:76
    544 msgid "No user"
    545 msgstr ""
    546 
    547 #: scripts-styles.php:77
    548 msgid "Set User"
    549 msgstr ""
    550 
    551 #: scripts-styles.php:78
    552 msgid ""
    553 "Go to the <a href=\"options-general.php?page=playbuzz&tab=embed\" target="
    554 "\"_blank\">Settings</a> and set your Playbuzz.com username."
    555 msgstr ""
    556 
    557 #: scripts-styles.php:79
    558 msgid "You don't have any items (yet!)."
    559 msgstr ""
    560 
    561 #: scripts-styles.php:80
    562 msgid ""
    563 "Go to <a href=\"https://www.playbuzz.com/\" target=\"_blank\">Playbuzz.com</"
    564 "a> to create your own playful content and embed on your site."
    565 msgstr ""
    566 
    567 #: scripts-styles.php:81
    568 msgid "page"
    569 msgstr ""
    570 
    571 #: scripts-styles.php:82
    572 msgid "Jan"
    573 msgstr ""
    574 
    575 #: scripts-styles.php:83
    576 msgid "Feb"
    577 msgstr ""
    578 
    579 #: scripts-styles.php:84
    580 msgid "Mar"
    581 msgstr ""
    582 
    583 #: scripts-styles.php:85
    584 msgid "Apr"
    585 msgstr ""
    586 
    587 #: scripts-styles.php:86
    588 msgid "May"
    589 msgstr ""
    590 
    591 #: scripts-styles.php:87
    592 msgid "Jun"
    593 msgstr ""
    594 
    595 #: scripts-styles.php:88
    596 msgid "Jul"
    597 msgstr ""
    598 
    599 #: scripts-styles.php:89
    600 msgid "Aug"
    601 msgstr ""
    602 
    603 #: scripts-styles.php:90
    604 msgid "Sep"
    605 msgstr ""
    606 
    607 #: scripts-styles.php:91
    608 msgid "Oct"
    609 msgstr ""
    610 
    611 #: scripts-styles.php:92
    612 msgid "Nov"
    613 msgstr ""
    614 
    615 #: scripts-styles.php:93
    616 msgid "Dec"
    617 msgstr ""
    618 
    619 #: scripts-styles.php:94
    620 msgid "Show"
    621 msgstr ""
    622 
    623 #: scripts-styles.php:95
    624 msgid "All Types"
    625 msgstr ""
    626 
    627 #: scripts-styles.php:96
    628 msgid "Personality Quiz"
    629 msgstr ""
    630 
    631 #: scripts-styles.php:97
    632 msgid "List"
    633 msgstr ""
    634 
    635 #: scripts-styles.php:98
    636 msgid "Trivia"
    637 msgstr ""
    638 
    639 #: scripts-styles.php:99
    640 msgid "Poll"
    641 msgstr ""
    642 
    643 #: scripts-styles.php:100
    644 msgid "Ranked List"
    645 msgstr ""
    646 
    647 #: scripts-styles.php:101
    648 msgid "Gallery Quiz"
    649 msgstr ""
    650 
    651 #: scripts-styles.php:102
    652 msgid "Sort By"
    653 msgstr ""
    654 
    655 #: scripts-styles.php:103
    656 msgid "Relevance"
    657 msgstr ""
    658 
    659 #: scripts-styles.php:104
    660 msgid "Views"
    661 msgstr ""
    662 
    663 #: scripts-styles.php:105
    664 msgid "Date"
    665 msgstr ""
    666 
    667 #: scripts-styles.php:106
    668 msgid "Discover Playful Content"
    669 msgstr ""
    670 
    671 #: scripts-styles.php:107
    672 msgid "Featured Items"
    673 msgstr ""
    674 
    675 #: scripts-styles.php:108
    676 msgid "Created by"
    677 msgstr ""
    678 
    679 #: scripts-styles.php:109
    680 msgid "by"
    681 msgstr ""
    682 
    683 #: scripts-styles.php:110
    684 msgid "By"
    685 msgstr ""
    686 
    687 #: scripts-styles.php:111
    688 msgid "on"
    689 msgstr ""
    690 
    691 #: scripts-styles.php:112
    692 msgid "items"
    693 msgstr ""
    694 
    695 #: scripts-styles.php:113
    696 msgid "View"
    697 msgstr ""
    698 
    699 #: scripts-styles.php:114
    700 msgid "Embed"
    701 msgstr ""
    702 
    703 #: scripts-styles.php:115
    704 msgid "Preview item"
    705 msgstr ""
    706 
    707 #: scripts-styles.php:116
    708 msgid "Playbuzz item does not exist"
    709 msgstr ""
    710 
    711 #: scripts-styles.php:117
    712 msgid "Check shortcode URL in the text editor."
    713 msgstr ""
    714 
    715 #: scripts-styles.php:118
    716 msgid "Your item will be embedded here"
    717 msgstr ""
    718 
    719 #: scripts-styles.php:119
    720 msgid "Playbuzz Item Settings"
    721 msgstr ""
    722 
    723 #: scripts-styles.php:120
    724 msgid "Item Settings"
    725 msgstr ""
    726 
    727 #: scripts-styles.php:121
    728 msgid "Embedded Item Appearance"
    729 msgstr ""
    730 
    731 #: scripts-styles.php:122
    732 msgid "Use site default settings"
    733 msgstr ""
    734 
    735 #: scripts-styles.php:123
    736 msgid "Configure default settings"
    737 msgstr ""
    738 
    739 #: scripts-styles.php:124
    740 msgid "Custom"
    741 msgstr ""
    742 
    743 #: scripts-styles.php:133
    744 msgid "Site has fixed (sticky) top header"
    745 msgstr ""
    746 
    747 #: scripts-styles.php:137
    748 msgid "Cancel"
    749 msgstr ""
    750 
    751 #: scripts-styles.php:138
    752 msgid "Update Item"
    753 msgstr ""
    754 
    755 #: scripts-styles.php:139
    756 msgid "Feedback sent, thank you!"
    757 msgstr ""
    758 
    759 #: scripts-styles.php:140
    760 msgid "Something went wrong please try again..."
    761 msgstr ""
    762 
    763 #: scripts-styles.php:141
    764 msgid "Some required fields are missing."
    765765msgstr ""
    766766
     
    793793msgstr ""
    794794
    795 #. #-#-#-#-#  plugin.pot (Playbuzz 0.9.0)  #-#-#-#-#
     795#. #-#-#-#-#  plugin.pot (Playbuzz 0.8.0)  #-#-#-#-#
    796796#. Plugin URI of the plugin/theme
    797 #. #-#-#-#-#  plugin.pot (Playbuzz 0.9.0)  #-#-#-#-#
     797#. #-#-#-#-#  plugin.pot (Playbuzz 0.8.0)  #-#-#-#-#
    798798#. Author URI of the plugin/theme
    799799msgid "https://www.playbuzz.com/"
  • playbuzz/trunk/readme.txt

    r1380277 r1423096  
    1 === Playbuzz ===
     1=== Playbuzz ===
    22Contributors: playbuzz
    33Tags: Playbuzz, playful content, feed, feeds, embed, oembed, content, viral, related, syndication, related content, quiz, quizzes, test yourself, list, poll, Personality Quiz, personality, entertainment, celebs, celebrities, celebrity, animals
    44Requires at least: 3.9
    5 Tested up to: 4.3
     5Tested up to: 4.5.2
    66Stable tag: 0.9.1
    77License: GPLv2 or later
     
    1212== Description ==
    1313
    14 The Playbuzz plugin enables WordPress users to easily embed interactive content within any WordPress site or blog.
    15 
    16 Take your site to new heights of audience engagement and shareability when you publish interactive content powered by the Playbuzz platform. You can begin adding our syndication-ready content to your blog or site in just minutes!
     14The Playbuzz plugin enables you to quickly add interactive content to your WordPress site.  You can seamlessly embed a Playbuzz item you’ve created or select any user-generated item from the Playbuzz network. The Playbuzz network consists of thousands of items that can compliment any theme or topic,  including items from premium publishers like TIME, Huffington Post, The Telegraph, CNBC, and more.
     15
     16The Playbuzz plugin provides WordPress site owners with a simple and user-friendly way to incorporate Playbuzz items directly in their Wordpress site. It’s never been easier to feature formats like  Video Snaps, Countdowns, Polls and Quizzes on your website or blog. The Playful Content available through the Playbuzz WordPress plugin appears natively within your site. The items are optimized for both mobile and web and are known to significantly boost user engagement and time spent on site.
    1717
    1818= Features =
    1919
    20 * Quickly find the most relevant Playbuzz items to embed in the content you're working on, without leaving your edit screen.
    21 * Browse your own published items or search for content by the entire user community.
     20* Quickly find and embed relevant Playbuzz items in your site - all without leaving your edit screen.
     21* Browse your own published items or search the Playbuzz network for content created by other users, brands, and publishers
    2222* Refine results by content category, format, popularity and creation date.
    23 * Automate the plugin to display only the content relevant to your site, using tag filters.
     23* Automate the plugin to display only the content relevant to your site, by using tag filters.
    2424
    2525= How to Embed Playbuzz Items =
    2626
    27 * Use Playbuzz’s instant search panel to search and browse content from Playbuzz. Simply find an item that you like and embed it directly in your post without leaving the editor.
    28 * Choose any item (or create your own!) from [Playbuzz.com](https://www.playbuzz.com), copy the item’s URL, and paste it into your text editor. Then simply click over to the visual editor to confirm that the item loads properly.
     27* New! Use Playbuzz’s instant search panel to search and browse Playful Content from the Playbuzz network. Simply find an item that you like and embed it directly in your post without leaving the editor.
     28* Choose any item (or create your own!) from Playbuzz.com, copy the item’s URL, and paste it into your HTML editor. Then simply click over to the visual editor to confirm that the item loads properly.
    2929* For advanced customization, the plugin supports shortcodes.
    3030
     
    42425. Configure the plugin by going to the "Settings" -> "Playbuzz".
    4343
     44= Updating =
     45* Use WordPress automatic updates to upgrade to the latest version. Ensure to backup your site just in case.
     46
    4447= Minimum Requirements =
    4548* WordPress version 3.9 or greater.
     
    5558
    5659= Why should I embed content from the Playbuzz network? =
    57 Our content is created by our network of partners, our community of users and our editorial staff. We feature highly engaging items around many popular topics. Embedding these items on your site is likely to boost many of your engagement and performance metrics: page views, ad impressions, time on page, time on site, pages per visit, social media share rates and more. These items enhance your site’s content offering in a meaningfully engaging way.
    58 
    59 = Can Playbuzz help my site to go viral? =
    60 Absolutely! We obviously can’t guarantee that you’ll get millions of page views, but our content platform is optimized to encourage maximum sharing. Embeds powered by the Playbuzz plugin include the option to share each content item on social networks such as Facebook and Twitter. Any click on these share buttons will create a share link directing users to your website.
     60Interactive, visual content is a proven way to increase engagement on your blog or website. You can create your own Playbuzz item or select an item from our network of world-class publishing partners or community creators. We feature engaging items that address many popular topics, including sports, entertainment, news, and politics. Embedding a Playbuzz item on your WordPress site will increase your site’s engagement and performance, including page views, ad impressions, time on page, time on site, pages per visit, social media share rates and more. Above all, these items enhance your site’s content offering in an extremely engaging and share-worthy way.
     61
     62= Can Playbuzz help increase the shareability of my WordPress site? =
     63Absolutely! We obviously can’t guarantee that you’ll get millions of pageviews, but our content platform is optimized to encourage maximum sharing. Embeds powered by our plugin include the option to share each content item on social networks such as Facebook and Twitter. Any click on these share buttons will create a share link directing users to your website.
    6164
    6265= Does Playbuzz work on mobile and tablet versions of my site? =
    63 Yes. Playbuzz's UI is responsive and mobile compatible.
     66Yes. Playbuzz's UI is responsive and mobile friendly.
    6467
    6568= Can I create my own content? =
    66 Yes. The plugin makes it fast and easy to find your own content in a dedicated tab interface. We encourage you to use our platform, which is free for non-commercial uses, to [create original interactive content](https://www.playbuzz.com/create).
    67 
    68 = Will the Playbuzz plugin slow down my website? =
    69 No, but test it and see for yourself. Playbuzz uses a large content delivery network to ensure fast, optimized load times.
     69You bet! And the plugin makes it incredibly easy to find your own items created in a dedicated tab interface. We encourage you to use our free platform to create original content here: https://www.playbuzz.com/create
     70
     71= Will this plugin slow down my website? =
     72Nope. Test it and see for yourself. Playbuzz uses a large, efficient content delivery network to ensure super-fast load times.
    7073
    7174= How do I embed Playbuzz content? =
    72 The WordPress plugin supports two ways to embed Playbuzz content. For basic use, you can search for content from within the plugin, or embed content you’ve already found simply by pasting its [Playbuzz.com](https://www.playbuzz.com) URL into the text editor. Advanced users can leverage the power of the plugin’s shortcodes, using attributes to customize embed settings.
     75The WordPress plugin supports two ways to embed Playbuzz content: For basic use, you can search for content from within the plugin, or embed content you’ve already found simply by pasting its [Playbuzz.com](https://www.playbuzz.com) URL into the text editor. Advanced users can use Playbuzz shortcodes using attributes to customize embed settings.
    7376
    7477= I’m using an older version of WordPress, and I have a lot of plugins installed. I’ve upgraded the Playbuzz plugin, but some of the features seem to not be working. What should I do? =
    75 To work around this issue, go to the Plugins panel, click "Deactivate" under the Playbuzz plugin, then re-activate the plugin, and you should be all set.
     78To work around this issue, go to the Plugins panel, click “Deactivate” under the Playbuzz plugin, re-activate the plugin, and you should be all set.
    7679
    7780= Wait – I've got more questions! =
    78 For more information, please [contact us](https://www.playbuzz.com/contact), and we’ll do our best to reply within one business day. You can also sign up for product and updates and tips via email here.
     81For more information, please feel free to [contact us](https://www.playbuzz.com/contact), and we’ll do our best to reply within one business day. You can also sign up for product and updates and tips via email [here](http://eepurl.com/bc3LRn).
    7982
    8083== Screenshots ==
     
    8891== Changelog ==
    8992
    90 = 0.9.0  (2015-07-09) =
     93= 0.9.1 (2016-03-28) =
     94* Added Playbuzz's new formats to the filtering options
     95* Switched to a new discovery API
     96
     97= 0.9.0  (2015-06-dd) =
    9198* Security: Harden JS code using dom construction instead of string construction to prevent possible XSS
    9299* Minimum Requirements: WordPress 3.9 or greater
  • playbuzz/trunk/scripts-styles.php

    r1195284 r1423096  
    100100            'ranked_list' => __( 'Ranked List', 'playbuzz' ),
    101101            'gallery_quiz' => __( 'Gallery Quiz', 'playbuzz' ),
     102            'flip_cards' => __( 'Flip Cards', 'playbuzz' ),
     103            'swiper' => __( 'Swiper', 'playbuzz' ),
     104            'video_snaps' => __( 'Video Snaps', 'playbuzz' ),
     105            'countdown' => __( 'Countdown', 'playbuzz' ),
    102106            'sort_by' => __( 'Sort By', 'playbuzz' ),
    103107            'relevance' => __( 'Relevance', 'playbuzz' ),
Note: See TracChangeset for help on using the changeset viewer.