J'ai creer un blog avec wordpress et je l'ai termine donc donc j'ai creer une page sur facebook et je veux importer mes article sur facebook mais L’importation a échoué
Aucun flux n’a pu être trouvé à partir de l’URL que vous nous avez fournie.
pourtant j'essayer la validiter de mon flux et il est valide .merci d'avance
cordialement.

3 réponses


Grafikart
Réponse acceptée

Si je vais sur ta page je n'ai pas de logo RSS tu n'a pas mis le lien vers le flux RSS dans ton header.

Sans le lien de ton site, ni le code du header.php de ton thème impossible de t'aider

le nom du blog : http://www.pixelvibes.com/blog/
Le header.php

<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php
/*
* Print the <title> tag based on what is being viewed.
*/
global $page, $paged;

wp_title( '|', true, 'right' );

// Add the blog name.
bloginfo( 'name' );

// Add the blog description for the home/front page.
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";

// Add a page number if necessary:
if ( $paged >= 2 || $page >= 2 )
echo ' | ' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) );

?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
/* We add some JavaScript to pages with the comment form
* to support sites with threaded comments (when in use).
*/
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );

/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_enqueue_script("jquery");
wp_head();
?>
<script type="text/javascript" src="<?php echo bloginfo('template_directory')."/js/commentaire.js"; ?>"></script>
<script type="text/javascript" src="<?php echo bloginfo('template_directory')."/js/autoEmpty.js"; ?>"></script>
<script type="text/javascript" src="<?php echo bloginfo('template_directory')."/js/generale.js"; ?>"></script>
<script type="text/javascript" src="<?php echo bloginfo('template_directory')."/js/jquery-latest.js"; ?>"></script>
<script type="text/javascript" src="<?php echo bloginfo('template_directory')."/js/jquery-ui-1.8.11.custom.min.js"; ?>"></script>
<script type="text/javascript" src="<?php echo bloginfo('template_directory')."/js/sliding_effect.js"; ?>"></script>
<script type="text/javascript">
//Favoris
var urlAddress = "http://localhost/blog";
var pageName = "Le blog de l'agence Pixelvibes";
function addToFavorites(anchor)
{
if (window.external)
{
window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
}
}
</script>
</head>

et voila normalement t'as tout merci
cordialement