MarcTV WordPress Plugins


While I was refactoring my MarcTV Theme from scratch I realized that many features of my theme are a too heavy to be put into the functions.php. So I removed the code from there and packed them into stand-alone wp plugins. Now I release them to the public for everyone to use. All plugins can be downloaded directly in WordPress by searching for „MarcTV“ in the official plugin repository

All plugins are available at WordPress.org

All plugins are available for free at the WordPress repository.


Beitrag veröffentlicht

in

von

Kommentare

37 Antworten zu „MarcTV WordPress Plugins“

  1. Avatar von Marc
    Marc

    Added my video plugin to the repository.

  2. Avatar von Morwo
    Morwo

    Ich habe das Plug-In seit kurzem auf meinen Blog. Der Blog ist auf ein Spiel basiert, welches auch ein Achievement System. Es macht sich Super! Eine Frage habe ich nun, habe schon etwas rumprobiert.
    Unterstützt das Plugin einen Zeilenumbruch bei längeren Texten im Achievementfeld?
    Längere Texte scheinen etwas eingeschränkt zu sein.

    Grüße
    Morwo

    1. Avatar von Marc
      Marc

      Hi!

      Schön, dass Du dich hier meldest. Ja, mit längeren Texten hat mein Plugin anscheinend Probleme. Die Grafik gibt auch einfach nicht mehr Platz her. Man könnte es zweispaltig laufen lassen aber meiner Meinung nach sollte so ein Text so kurz wie möglich sein, damit er seine Wirkung erzielt.

      Statt „Das BG ist kein Pwnyhof, und du bist net de Wendy“ würde ich auch irgendwas schreiben, was auch wirklich eine Achievement-Meldung sein könnte wie:

      „Das Pwny gebändigt“ oder etwas in der Art.

      Wenn ich mal wieder einen neuen Release machen, dann sorge ich dafür, dass längere Texte nicht über das Logo ragen.

  3. Avatar von Denise
    Denise

    Hi Marc,

    danke für Deine WordPress Plugins. Ich nutze nun in meinem Blog die MarcTV Flickr Bar, die MarcTV jQuery Colorbox und die MarcTV Comment Quicktags. Klappt alles prima! 1A.

  4. Avatar von Gwen Epstein
    Gwen Epstein

    I’m fairly new to WordPress. I installed and love your MarcTV XBOX 360 Voice Blog plugin!

    Dumb question on „MarcTV Flickr Bar“ plugin: How do I get it to work on a page? I’ve installed, activated, and edited the init file. I tried adding the following into a template, but nothing shows up:

    Sorry for my ignorance. Thanks!

    1. Avatar von Gwen Epstein
      Gwen Epstein

      Oooops… I can’t show PHP in a comment. (Regarding above.)

      Basically, I tried the following function calls in a template:
      marctv_flickr_bar_scripts();
      add_action(‚wp_print_styles‘, ‚marctv_flickr_bar_scripts‘);

      But the Flickr Bar images do not display. Do you have suggestions? Thanks,
      –Gwen

    2. Avatar von Marc
      Marc

      Hi Gwen,

      you only need div with the Id or class which is referenced in the init js file:

      div Id=“marctvflickrbar“

      (but the < and > and so on. It is described in the reader with the plugin…)

    3. Avatar von Gwen Epstein
      Gwen Epstein

      Thanks, Marc. But when you say „as described in the reader“… the only thing I see is the readme.txt file which has the following instructions:

      * Install plugin
      * Activate it
      * edit jquery.marctv-flickr-bar-init according to your needs
      * optional: install marctv-jquery-colorbox plugin to open images in a lightbox

      Am I missing some additional instructions somewhere?
      Thanks again for your reply.
      –Gwen

    4. Avatar von Gwen Epstein
      Gwen Epstein

      And I got it to work :)
      Like you said, just an empty div element (no content between the start and end div tags), with the div id=“marctvflickrbar“

      Looks great. Thanks for some great plugins!
      –Gwen

  5. Avatar von Gwen Epstein
    Gwen Epstein

    Hi Marc,
    I love your MarcTV XBOX 360 Voice Blog plugin.

    Is there a way to display the blog in a „WordPress page“, rather than as a widget in the sidebar?
    Thanks,
    –Gwen

    1. Avatar von Gwen Epstein
      Gwen Epstein

      OK.. I see how to do it! I finally upgraded to the latest version of your MarcTV XBOX 360Voice Blog plugin… and you have excellent notes in your readme.txt

      I will try following those instructions.

      Thanks again,
      –Gwen

  6. Avatar von mb21
    mb21

    Marc, is it possible to add a button to the comment quicktags plugin? I’d like to add an img button.

    1. Avatar von Marc
      Marc

      Hi!

      In the near future I will try to implement some kind of configuration. For now you are able to add an image button by changing this line:

      buttons: „link,em,strong“

      to

      buttons: „link,em,strong,img

      in marctv_quicktags.js in your plugin directory.

      But I intentionally decided to exclude the usage of the img tag because I don’t want the users to embed images in the comment field.

    2. Avatar von mb21
      mb21

      Thanks a lot. Nothing additional will be required? I’ll try this out when I get a chance.

    3. Avatar von Marc
      Marc

      no, that’s all. =)

  7. Avatar von Ipstenu
    Ipstenu

    Mark, quick suggestion to prevent loading on NON commentable pages:

    The function is wrapped with a check for if comments are open AND the page is a singular page (ie page, post, CPT, attachment – basically a page that would have comments).

    Tested on my 3.3 and 3.4 installs. Works lovely!

    (Also thank you for this!)

    1. Avatar von Marc
      Marc

      Hi!

      Thank you very much! I will implement this fix in the next release. Cheers!

      Marc

  8. Avatar von Marcus Fant
    Marcus Fant

    Greetings,

    This plugin should serve my needs well, as I’ve been looking for a way to show when I’m live on Twitch. My issue is that I have two menus – one on the very top of the site and another for the categories. I would like the Live! notification on the very „top nav“ so what does the jQuery need to point to?

    1. Avatar von Marc
      Marc

      Hi Marcus,

      in your case try to use just `#category_mobile_menu` in the config menu. This is the ID of your html list.

    2. Avatar von Marcus Fant
      Marcus Fant

      You mean as the jQuery selector Link URL? And thank you very much!

    3. Avatar von Marc
      Marc

      Yes, in the wordpress backend you will find a menu entry called „Twitch Status“. You can put that jQuery selector there.

    4. Avatar von Marc
      Marc

      did it work?

    5. Avatar von Marcus Fant
      Marcus Fant

      it hasn’t. I updated the plugin and referred to leaving it blank for default, but nothing still.

    6. Avatar von Marcus Fant
      Marcus Fant

      Alright, after a cache refresh it did indeed work!!! Thank you so much :)

    7. Avatar von Marc
      Marc

      Great! =) Have fun!

  9. Avatar von Spieletester.com
    Spieletester.com

    Hallo Marc,
    wir würden gerne unseren Twitch Status in der oberen Navigation neben der Gamer Area anzeigen lassen. Welcher Code müsste dafür in die jQuery selector Zeile einfügen?

    Danke und Grüße

    1. Avatar von Marc
      Marc

      Probier mal

      #menu-topnavi2

      Und lösch sonst alles raus. Ihr habe da irgendwie ein sehr angepasstes Theme.

    2. Avatar von Marc
      Marc

      Halt. Ich wollt ja das kleine Menü haben. Das wäre dann:

      #menu-headertop

    3. Avatar von Spieletester.com
      Spieletester.com

      Huhu,

      das hatten wir glaube ich auch schon probiert, funktioniert leider nicht :( Ansonsten muss doch der Progger ran… Hast du evtl. ein Code zum manuellen einbinden?
      Danke und Grüße

    4. Avatar von Marc
      Marc

      Ist euer Kanal den online? Es dauert ggf. ein paar Minuten bis die API dann etwas zurückmeldet. Denn das müsste funktionieren. Sonst einmal auf das normale StandardTheme (twenty seventeen) wechseln und gucken, ob es da geht.

  10. Avatar von Spieletester.com
    Spieletester.com

    Ok, Danke!

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert