Ondersteuning » Overige » Omzetten youtube script naar wordpress module

  • Hai,
    Op dit moment heb ik een script die ik verkoop via codecanyon
    http://www.cfcms.nl/youtube/

    Nu zou ik deze graag ook als wordpress module willen aanbieden.
    Wie heeft veel ervaring met het maken van zo’n module ?

    De bedoeling is dat in de admin er verschillende opties gezet kunnen worden zowel voor de jquery als de php

    Verder moet er met een shortcode diverse instellingen kunnen worden overruled voor de php settingen
    bijv. soort channel, keywords, gebruikersnaam

    Ook moet er bijv gecheckt worden of jquery al embedded is

    Een redelijke prijs lijkt mij 100 euro. Mocht je iets anders in gedachten hebben laat het mij even weten

    Hoop van jullie te horen

    Hier een omschrijving werkzaamheden plugin
    Na activatie plugin kun je de volgende settingen doen in de admin van wordpress versie 3 of hoger

    Overall JS settings

    html5 – (true or false)
    autoHide – (true)
    Hide, Unhide the player bar (true or false)

    playerHeight – (385)
    The height of the embdedded youtube video

    playerWidth – (640)
    The width of the embdedded youtube video

    showRelated – (true)
    Set to false to stop related videos being shown at the end of the embedded video

    showInfo – (true)
    Set to false to stop the title being shown in the video

    playerversion – (version=2)
    Set to version=3 for the new flash youtube player

    playerColor – (ffffff)
    The color of the player (works only with version 2)

    hd – (false)
    Set to true to play the HD version if available

    probably_logged_in – (true)
    Set to true to show the watch later button on the html5 version. Works only if the viewer is logged in at youtube. See picture

    PHP settings in admin

    Choose which feed you want

    keywords, playlist, favorites (from username) or username
    Sort

    can be relevance (default), published, viewCount, rating
    Set language filter
    for example en (english)

    Set time parameter to restrict the search to videos uploaded within the specified time
    for example 1 day or 1 month

    Set restriction filter
    The restriction parameter identifies the IP address that should be used to filter videos that can only be played in specific countries. It is recommend that you always use this parameter to specify the end user’s IP address. (By default, the API filters out videos that cannot be played in the country from which you send API requests. This restriction is based on your client application’s IP address.). Or don’t use to get all video’s.

    safeSearch
    parameter none , moderate, strict

    caption
    The caption parameter enables you to restrict a search to videos that have or do not have caption tracks. true or false (within single quotes) or don’t use.

    Cache the xml feed(true or false)

    Empty cached xml
    for example after one hour 3600, one day 86400 or one week 604800 (in seconds)

    De php settingen kunnen worden geplaatst met een shortcode in de content pagina’s

    bijv.

    [youtube-list feed=”keywords” sort=”relevance” cache=”false”]

    De rest is dus overall standard

    Na opnemen shortcode laden jquery met jquery NoConflict + css + kijken of jquery lib ook geladen moet worden

    De class zal waarschijnlijk ook ob_start(); en ob_end_clean(); nodig hebben voor de output.

  • Het onderwerp ‘Omzetten youtube script naar wordpress module’ is gesloten voor nieuwe reacties.