<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->

<head>
<!--[if !IE]><html lang="de-DE"><![endif]-->
<meta charset="utf-8">
<link rel="dns-prefetch" href="//connect.facebook.net" />
<link rel="dns-prefetch" href="//www.google-analytics.com" />
<title>BuzzerStar Add Wordpress Themes</title> 
<meta name="robots" content="index, follow, all" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google" content="noarchive" />
<meta name="viewport" content="width=device-width, initial-scale=0.75" />
<meta name="keywords" content="news schreiben, news lesen, buzzerstar, neuigkeiten, news" />
<meta name="description" content="Schreib einen unglaublichen Artikel, verdiene an deiner Werbung und du bekommst einen SEO Backlink." />
<meta name="mobile-web-app-capable" content="yes" />

<meta name="rating" content="general" />
<meta name="geo.position" content="50.999304;8.999954" />
<meta name="geo.placename" content="Industriegebiet Falkenstein-Siebenhitz, 08223 Falkenstein, Haina (Kloster)" />
<meta name="geo.region" content="DE-HE" />
<meta name="ICBM" content="50.999304, 8.999954" />
<meta name="DC.Title" lang="DE" content="Schreib einen unglaublichen Artikel und verdiene an deiner Werbung & erhalte einen Seo Backlink." />
<meta name="DC.Subject" lang="DE" content="BuzzerStar News Community" />
<meta name="DC.Publisher" content="BuzzerStar.com, Ltd." />
<meta name="DC.Type" content="text/html" />
<meta name="DC.Description" lang="DE" content="Schreib einen unglaublichen Artikel, verdiene an deiner Werbung und du bekommst einen SEO Backlink." />
<meta name="DC.Relation" content="BuzzerStar.com" scheme="IsPartOf" />
<meta name="DC.Rights" content="Copyright 2014, BuzzerStar.com, Ltd., All rights reserved." />
<meta name="DC.Language" content="DE" />

<link rel="alternate" hreflang="de" href="//www.buzzerstar.com/" />
<link rel="apple-touch-icon" href="/images/apple/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/images/apple/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/images/apple/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/images/apple/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/images/apple/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/images/apple/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/images/apple/apple-touch-icon-152x152.png" />

<link rel="canonical" href="//www.buzzerstar.com/schreiben.php" />
<link rel="alternate" type="application/rss+xml" href="//www.buzzerstar.com/rss.php" />
<link rel="stylesheet" href="/css/basic-style.css" type="text/css" />
<link rel="stylesheet" href="/css/cssDroid.css" type="text/css" />
<link rel="stylesheet" href="/css/normalize.css" type="text/css" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />

<meta property="og:title" content="Schreib einen interessanten Artikel und verdiene an deiner Werbung & erhalte einen Seo Backlink.">
<meta property="og:description" content="Schreib einen unglaublichen Artikel, verdiene an deiner Werbung und du bekommst einen SEO Backlink.">
<meta property="og:url" content="{articleuri}">
<meta property="og:image" content="//www.buzzerstar.com/images/logo_header.png">
<meta property="og:site_name" content="BuzzerStar">
<meta property="og:type" content="Website" />
<meta property="article:publisher" content="https://www.facebook.com/BuzzerStar">
<meta property="fb:app_id" content="1495646047337664" />
<meta property="fb:admins" content="100003775608168" />
<meta property="author" content="Sebastian Enger" />
<meta property="og:locale" content="de_DE" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@SebastianEnger"  />
<meta name="twitter:title" content="Schreib deinen Artikel auf der BuzzerStar.com News Publishing Community." />
<meta name="twitter:description" content="Artikel schreiben, Seo Backlink abstauben und mit Paypal für Dich Spenden sammeln." />
<meta name="twitter:creator" content="@SebastianEnger" />
<meta name="twitter:image:src" content="//www.buzzerstar.com/images/logo_header.png" />
<meta name="twitter:domain" content="//www.buzzerstar.com/" />
<meta name="twitter:url" content="//www.buzzerstar.com/schreiben.php" />
<meta name="twitter:image" content="//www.buzzerstar.com/images/logo_header.png" />

<script async>document.cookie='resolution='+Math.max(screen.width,screen.height)+("devicePixelRatio" in window ? ","+devicePixelRatio : ",1")+'; path=/';</script>

<script src="/js/ajax_functions_compressed_v2.js"></script>
<script src="/js/jquery-2.1.1.min.js"></script>
<script src="/js/modernizr.js"></script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-541ebfa91b19a2a6"></script>

<script type="text/javascript">
	$(function() {
		var pGress = setInterval(function() {
			$('input[type=text]').change(function() {
				saveWordpress();
				return false;
			});
		}, 7000);
	});
</script>

<script type="text/javascript">
$(function(){
$(".search").keyup(function() 
{ 
var searchid = $(this).val();
var dataString = 'q='+ searchid;
var data = '';
if(searchid!='')
{
    $.ajax({
		type: "GET",
		url: "/ajax/search.php",
		data: dataString,
		cache: true,
		success: function(html,var1,var2){
			$("#result").html(html).show();
		}
    });
}return false;    
});
});
</script>

<script type="text/javascript" charset="UTF-8">	
	$(document).ready(function(){
		$("#articletext").simplyCountable({
			counter:            '#counter', // A jQuery selector to match the 'counter' element.
			countType:          'words', // characters or words
			maxCount:           300, // The maximum character (or word) count of the text input or textarea. 
			strictMax:          false, // Prevents the user from being able to exceed the maxCount. 
			countDirection:     'down', // Select whether to count down or up. Defaults to down.
		});
	});
</script>

<script type="text/javascript">
$(document).ready(function() {
	$("#reset").click(function(){
		$("#result").empty();
		$("#result").html('');
	});
});
</script>
</head>

<body id="home" itemscope itemtype="http://schema.org/WebApplication" class="hmedia">
<!--[if lt IE 7]>
	<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/" rel="nofollow">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true" rel="nofollow">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- header area -->
<header class="wrapper clearfix">  
	<div id="banner">        
		<div id="logo">
			<a href="/" hreflang="de" title="BuzzerStar News Community" class="url" itemprop="url"><figure><img src="/images/logo_header.png" itemprop="image" alt="BuzzerStar.com Logo - Willkommen auf der News Publishing Plattform, bei der du einen Artikel schreibst und einen Backlink bekommst" title="BuzzerStar - Werde zum Journalisten und veröffentliche deine eigene Storys auf deiner News Plattform" /></figure></a>
		</div> 
	</div>
	
	<!-- main navigation -->
	<nav id="topnav" role="navigation">
		<!--<div class="menu-toggle">Menu</div>  -->
		<ul class="srt-menu" id="menu-main-navigation">
			<li><a href="/" hreflang="de" itemprop="url" class="url">BuzzerStar</a></li>
			<li class="current"><a href="/wordpress/add/" itemprop="url" class="url" hreflang="de" title="Artikel schreiben, Geld verdienen und Backlink abstauben">Wordpress schreiben</a></li>
			<li>
				<div class="content">
					<form>
						<input type="text" class="search" id="searchid" placeholder="Suchbegriff eingeben: " /><br /> 
						<input type="reset" id="reset" value="Suche löschen" />
						<div id="result"></div>
					</form>
				</div>
			</li>
		</ul>     
	</nav>
</header>

<section id="page-header" class="clearfix">    
	<div class="wrapper">
		<h1>Veröffentliche hier deine eigenen Wordpress Themes auf BuzzerStar.com!</h1>
		<div class="fb-like" data-href="https://www.facebook.com/BuzzerStar" data-layout="button" data-action="like" data-show-faces="false" data-share="true" rel="nofollow"></div>
		<noscript>
			Sie haben <b>kein</b> Javascript aktiviert - bitte beachten Sie die folgenden Hinweise:<br /><br />
			Wir benutzen das jQuery Javascript Modul, um die Funktionalität der Webseite zu realisieren. <br />
			<b><strong><a href="http://www.enable-javascript.com/de/" rel="nofollow" target="_blank">Bitte schalten Sie Javascript auf dieser Webseite an!</a></strong></b><br />
		</noscript>
	</div>
</section>

<!-- main content area -->   
<div id="main" class="wrapper">
    
<!-- content area -->    
	<section id="content" class="wide-content">
 	<div class="grid_12">
	<h2>
	<b><strong>Füge hier neue Wordpress Themes hinzu: </strong></b>
		{status}
	</h2>
		<span style="color:#FF0000" id="statusrevision"></span>
		Achtung: Willst du deinen Artikel aus dem Zwischenspeicher wieder laden und weiter bearbeiten: <a href="/ajax/revision_wp.php?myfunction=restore#Erfolgreich%20Wiederhergestellt" title="Klicke hier um deinen zuvor gespeicherten Artikel wieder zu laden."> >>> Artikel wiederherstellen <<< </a>
	<br />
	<span style="color:#FF0000">* Felder mit diesem Symbol sind erforderlich.</span>
	<br />
	<hr />
	<br />
	<form method="POST" action="/wordpress/add/index.php">
		<h3><b><strong>Dein Wordpress Zip Archive mit deinem Wordpress Theme</strong></b>
		<br />
		Beispiel: <cite><i>twentyten_fixed.zip</i></cite>
		</h3>
		<br />
		<input type="text" name="headline" id="headline" size="90" maxlength="255" placeholder="Dein Wordpress Theme Zip Archive" value="{headline}" autocomplete="on" required /> <span style="color:#FF0000"><strong><b>*</b></strong></span>
		<br />
		<hr />
		<br />		
		<h3><b><strong>Deine Tags, unter diesen Schlagw&ouml;rtern ist deine News sp&auml;ter bei den Suchmaschinen und in der BuzzerStar Suche zu finden.</strong></b>
		<br />
		Beispiel: <cite><i>Kätzchen; Baby; iPhone 6; Youtube Video Klassiker;</i></cite>
		</h3>
		<br />
		<input type="text" id="tags1" name="tags1" size="25" maxlength="75" value="{tags1}" placeholder="Keyword Tag 1" autocomplete="on" required /> - <input type="text" id="tags2" name="tags2" size="25" maxlength="75" value="{tags2}" placeholder="Keyword Tag 2" autocomplete="on" /> - <input type="text" id="tags3" name="tags3" size="25" maxlength="75" value="{tags3}" placeholder="Keyword Tag 3" autocomplete="on" /> - <input type="text" id="tags4" name="tags4" size="25" maxlength="75" value="{tags4}" placeholder="Keyword Tag 4" autocomplete="on" /> - <input type="text" id="tags5" name="tags5" size="25" maxlength="75" value="{tags5}" placeholder="Keyword Tag 5" autocomplete="on" /><span style="color:#FF0000"><strong><b>*</b></strong></span>
		<br />
		<hr />
		<br />	
		<h3><b><strong>Gib hier bitte deinen Artikel Inhalt ein (mindestens 300 W&ouml;rter)<br />
		Deine Klickzahlen werden h&ouml;her sein, wenn du <i>lustig, humorvoll, informativ und interessant</i> schreibst.<br />
		Bitte benutze deine eigenen W&ouml;rter. Kopierte Artikel werden nicht frei geschaltet.</strong></b></h3>
		<br />
		Folgende HTML5 Tags sind erlaubt: <br />
		<textarea cols="90" rows="2"><li></li></ul><ul><ol></ol><strong><b><cite></cite><i></i><em></em></strong></b><h1><h2><h3><h4><h5></h1></h2></h3></h4></h5><br><br /><br/><p /><p></p></textarea>
		<br />	
		<br /><br />
		<textarea id="articletext" name="articletext" cols="90" rows="23" style="border:3px dashed #0080FF;" placeholder="Schreibe hier deinen Artikel mit mindestens 300 W&ouml;rter, 23 S&auml;tzen und bitte nutze deine eigenen Worte." required />{articletext}</textarea>
		<p>Du musst noch <span id="counter"></span> W&ouml;rter für deinen Artikel eingeben</p>
		<span style="color:#FF0000"><strong><b>*</b></strong></span>
		<br />
		<hr />
		<br />
		<h3><b><strong>Gib hier deine direkten Bilder Links ein, dass sind Links die direkt das Bild beinhalten.</b></strong>
		<br />
		Beispiel: <cite><i>http://cdn.static-fra.de/rtl2now/css/img/red/teaser_rtl2.png</i></cite>
		</h3>
		<br />
		<input type="text" name="picture1" value="{picture1}" id="picture1" placeholder="Bitte hier dein Bild Link einfügen" size="120" maxlength="255" required /><span style="color:#FF0000"><strong><b>*</b></strong></span>
		<br />
		Bild Statusmeldung: <span id="pictureReadyMessage1"></span>
		<script>
			$('#picture1').change(function(){
				var valueURI1 = $('#picture1').val();
				checkIfPictureDeutsch(valueURI1);
			});
		</script>
		<br />
		<hr />
		<br />
		<h3><b><strong>Gib hier die Beschreibung zu deinem eingegebenen Bild an.</strong></b>
		<br />
		Beispiel: <cite><i>Dieses Baby krabbelt auf allen Vieren, dann steht es auf - was dann passiert ist unglaublich.</i></cite>
		</h3>
		<br />
		<input type="text" name="picture_1_description" value="{picture_1_description}" id="picture_1_description" size="120" maxlength="255" placeholder="Die Beschreibung zu deinem eingegebenen Bild" autocomplete="on" required /><span style="color:#FF0000"><strong><b>*</b></strong></span>
		<br />
		<hr />
		<br />
		<h3><b><strong>Bildcode eingeben und Artikel speichern, er wird dann geprüft und veröffentlicht!</b></strong></h3>
		<br />
		<a name='gotocaptcha'><img src="/captchasecurity.php" id="captcha" alt="Bildcode Sicherheitsabfrage" /><input type="text" name="captcha" id="captcha-form" autocomplete="off" required /></a> - <b><strong><input type="submit" value="Artikel Speichern & Einreichen" class="button" /></strong></b> <br />
		<a href="#gotocaptcha" onclick="document.getElementById('captcha').src='/captchasecurity.php?'+Math.random();"
			id="change-image">Nicht lesbar? Versuch ein neues Captcha!</a>
		<br /><br />
		<strong>Einfache Copy & Paste oder geklaute Inhalte werden nicht frei geschaltet!</strong>
		<br />
		<hr />
		<br />
		Achtung: Willst du deinen Artikel aus dem Zwischenspeicher wieder laden und weiter bearbeiten: <a href="/ajax/revision_wp.php?myfunction=restore#Erfolgreich%20Wiederhergestellt" title="Klicke hier um deinen zuvor gespeicherten Artikel wieder zu laden."> >>> Artikel wiederherstellen <<< </a>
		<br />
		<hr />
		<br />
	</form>	
	<span class="grid_4"></span>
		<span class="grid_4">
			<div class="fb-like-box" data-href="https://www.facebook.com/BuzzerStar" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" rel="nofollow" data-show-border="true"></div>
		</span>
		<span class="grid_4"></span>
	</div>
	</section><!-- #end content area -->
</div><!-- #end div #main .wrapper -->

<!-- footer area -->    
<footer>
	<div id="colophon" class="wrapper clearfix" itemscope itemtype="http://schema.org/WebApplication">
		Navigationsmenu und externe Links:
		<ul>
			<li><a href="/" class="url" itemprop="url">BuzzerStar</a></li>
			<li><a href="/schreiben.php" class="url" itemprop="url" hreflang="de" title="Artikel schreiben, Geld verdienen und Backlink abstauben" target="_blank">Artikel schreiben</a></li>
			<li><a href="/wordpress/" class="url" itemprop="url" target="_blank" hreflang="de">WordPress Themes gibts hier gratis für deinen eigenen Blog</a></li>	
			<li><a href="/rss.php" class="url" itemprop="url" target="_blank" hreflang="de">RSS Feed</a></li>	
			<li><a href="https://code.google.com/p/youtube-mp3-converter/" class="url" itemprop="url" target="_blank" hreflang="en">Google Code</a></li>
			<li><a href="https://github.com/thecerial/iosec_addons" target="_blank" class="url" itemprop="url" hreflang="en">Github</a></li>
			<li><a href="http://sourceforge.net/u/sebastianenger/profile/" class="url" itemprop="url" target="_blank" hreflang="en">SourceForge</a></li>
			<li><a href="http://search.cpan.org/" target="_blank" class="url" itemprop="url" hreflang="en">Perl CPAN Search</a></li>
			<li><a href="https://www.youtube.com/channel/UC9jTsYmmA3WVHIL-y4uqBkQ" target="_blank" class="url" itemprop="url">Meine Youtube Videos</a></li>		
		</ul>
		<ol>
			<a name="down"></a>
			<li><a class="url" href="/imprint.php" rel="nofollow" target="_blank" itemprop="url">Impressum</a></li>
			<li><a class="url" href="/privacy-policy.php" rel="nofollow" target="_blank" itemprop="url">Datenschutzbestimmung</a></li>
		</ol>
		<blockquote>"Hackers - Heros of the Computer Revolution!"</blockquote>
		<div itemprop="author" itemscope itemtype="https://schema.org/Person">
			<a itemprop="url" href="https://plus.google.com/102814280381371438232?rel=author" target="_blank" title="Offizielle Webseite von BuzzerStar Autor {author}"><span itemprop="name">{copyright}</span></a> - <a itemprop="url" href="https://www.google.com/+BuzzerstarUnglaublicheNeuigkeiten?rel=publisher" rel="publisher" target="_blank" title="Offizielle Google+ Webseite von BuzzerStar">BuzzerStar auf Google+</a>
		</div>
    </div> 
</footer>
<script type="text/javascript" async>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('set', 'anonymizeIp', true);
  ga('create', 'UA-35911242-1', 'auto');
  ga('require', 'displayfeatures');
  ga('send', 'pageview');
</script>

<div id="fb-root"></div>
<script type="text/javascript" async>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/de_DE/sdk.js#xfbml=1&appId=1495646047337664&version=v2.0";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10028458; 
var sc_invisible=1; 
var sc_security="323f724e"; 
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><img class="statcounter" src="http://c.statcounter.com/10028458/0/323f724e/1/" alt="web analytics"></noscript>
<!-- End of StatCounter Code for Default Guide -->

</body>
</html>