Jump to content
php.lv forumi

wordpress ieteikt draugiem


Blumish

Recommended Posts

par wordpress neko nezinu.

Bet šāds teksts varētu nozīmēt - ka adresē ko sūti uz draugiem.lv ir tukša title daļa - un ja tas ir tukš, tad dr.lv neļauj ieteikt.

 

kaut kā tā.

 

+

izskatā, ka šobrīd viņiem arī ir tehniskas problēmas.

Edited by Aiviss
Link to comment
Share on other sites

Es vēlreiz saku, ja tu lieto draugiem.lv izstrādātu pluginu raksti viņiem, viņi viņu supportē!

 

Pie tam iesaku konfigurēt permalinks.

 

Ne, tas nav plugins, bet gan vienkarš kods, kas tiek ievitots vajadzīgajā faila:

 

<iframe height="20" width="84" frameborder="0"
src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(single_post_title('',
false)); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe>

Link to comment
Share on other sites

Es vēlreiz saku, raksti draugiem.lv

 

99%, ka tas saistīts ar viņu pāreju uz jauno versiju, pieņemot, ka Tu esi izdarījis visu kā nākas.

 

Citos portalos nav saadas problemas.

MAn viss gaja, bet tad uztaisiiju wordpressam update, un tad ari paraadijaas tas teksts

Link to comment
Share on other sites

Blumish - Kad nospiež pogu, atveras vaļā Pop`up logs. Šī runā sadaļa ņem tevis dotos parametrus no GET, līdz ar to Pop`up logā title ir tukšums,kas nozīmē to, ka tajā linkā, kur norādīadresātu uz šo draugiem.lv say, netiek iedots parametrs title.

 

Kļūdas labošanai, reāli paņem ar GET savu title tajā brīdī esošo, kas ir kā title priekš draugiem.lv say.

Domājams domu tu saprati.

Link to comment
Share on other sites

Blumish - Kad nospiež pogu, atveras vaļā Pop`up logs. Šī runā sadaļa ņem tevis dotos parametrus no GET, līdz ar to Pop`up logā title ir tukšums,kas nozīmē to, ka tajā linkā, kur norādīadresātu uz šo draugiem.lv say, netiek iedots parametrs title.

 

Kļūdas labošanai, reāli paņem ar GET savu title tajā brīdī esošo, kas ir kā title priekš draugiem.lv say.

Domājams domu tu saprati.

 

Problemu sapratu, bet ka to noverst, gan ne!

Varbut vari izlabot manu iedoto kodu?

Link to comment
Share on other sites

luk sis ir mans index.php fails

 

<?php get_header(); ?>

<!-- begin colLeft -->
	<div id="colLeft">

	<!-- archive-title -->				
					<?php if(is_month()) { ?>
					<div id="archive-title">
					Browsing all articles from <strong><?php the_time('F, Y') ?></strong>
					</div>
					<?php } ?>
					<?php if(is_category()) { ?>
					<div id="archive-title">
					Izvelkam visus rakstus kategorijā:  <strong><?php $current_category = single_cat_title("", true); ?></strong>
					</div>
					<?php } ?>
					<?php if(is_tag()) { ?>
					<div id="archive-title">
					Browsing all articles tagged with <strong><?php wp_title('',true,''); ?></strong>
					</div>
					<?php } ?>
					<?php if(is_author()) { ?>
					<div id="archive-title">
					Browsing all articles by <strong><?php wp_title('',true,''); ?></strong>
					</div>
					<?php } ?>

				<!-- /archive-title -->
		<!-- begin blog item -->
		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		<div class="blogItem">
			<div class="itemTitle clearfix">
				<h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1><span style="margin-top:14px;"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></span>
			</div>
			<?php the_content(__('Lasīt tālāk')); ?> 
<iframe height="20" width="84" frameborder="0"
src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(single_post_title('',
false)); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe>

							   <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
  <a href="http://twitter.com/share" class="twitter-share-button"
     data-url="<?php the_permalink(); ?>"
     data-via="theworldwinner"
     data-text="<?php the_title(); ?>"
     data-related="comptalks"
     data-count="horizontal">Tweet</a>	
<br><br>
			<div class="metadata">
			<span style="color:#000;"><?php the_time('Y / m / d') ?></span>   /   <span style="color:#000;"><?php the_category(', ') ?></span>  /  <span style="color:#000;"> <?php comments_popup_link('Nav komentāru', '1 Komentārs ', '% komentāri'); ?></span>      <?php the_tags('Tags: ', ', ', ''); ?><span style="float:right;color:#000;"><?php if(function_exists('the_views')) { the_views(); } ?></span></div>
		</div>
		<!-- end blog item -->
		<?php endwhile; ?>

	<div class="navigation">
<?php if(function_exists('wp_paginate')) {
	wp_paginate();
} ?>
	</div>

<?php else : ?>

	<p>Sorry, but you are looking for something that isn't here.</p>

<?php endif; ?>

	</div>
	<script type="text/javascript">

 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-22480587-1']);
 _gaq.push(['_trackPageview']);

 (function() {
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();

</script>
	<!-- end colLeft -->

<!-- begin colRight -->

<!-- end colRight -->

<?php get_footer(); ?>

Link to comment
Share on other sites

Šito:

<iframe height="20" width="84" frameborder="0"
src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(single_post_title('',
false)); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe>

 

Pamēģini nomainīt uz šito:

 

<iframe height="20" width="84" frameborder="0"
src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(<?php the_permalink(); ?>); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe>

 

Katrā ziņā galvenā doma ir, ka tev jāpaņem ir TITLE, kas ir raksta TITLE no WP un jāieliek iekš title="" un lieta darīta.

Edited by Kemito
Link to comment
Share on other sites

Šito:

<iframe height="20" width="84" frameborder="0"
src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(single_post_title('',
false)); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe>

 

Pamēģini nomainīt uz šito:

 

<iframe height="20" width="84" frameborder="0"
src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(<?php the_permalink(); ?>); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe>

 

Katrā ziņā galvenā doma ir, ka tev jāpaņem ir TITLE, kas ir raksta TITLE no WP un jāieliek iekš title="" un lieta darīta.

 

uzmetaas sis: Parse error: syntax error, unexpected '<', expecting ')' in /home4/kabineid/public_html/wp-content/themes/kabinets/index.php on line 37

Link to comment
Share on other sites

Uz paplātītes...

 

<iframe height="20" width="84" frameborder="0" src="http://www.draugiem.lv/say/ext/like.php?title=<?php echo urlEncode( the_permalink() ); ?>&url=<?php echo urlEncode( get_permalink() ); ?>&titlePrefix=Iesakām visiem"></iframe>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...