Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7987267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T12:05:52+00:00 2026-06-04T12:05:52+00:00

I am using zend_feed for feed generation, here is the code, it working fine,

  • 0

I am using zend_feed for feed generation, here is the code, it working fine, but i need to also add some more information about image,

$feedData = array(
            'title' => $feed->feedParams['title'],
            'description' => $feed->feedParams['description'],
            'link' => $feed->getSiteUrl() . $feed->feedParams['link'],
            'charset' => $feed->feedParams['charset'],
             'url' => $feed->getSiteUrl() . $feed->feedParams['image'],
            'ttl' => $feed->feedParams['ttl'],
            'entries' => $feed->getFeedContent()
        );
$feed = Zend_Feed::importArray($feedData, 'rss');

The result is

<image>
  <url>http://local.here/assets/img/icons/feed.png</url>
  <title><![CDATA[here Uutiset]]></title>
  <link>http://local.here/uutiset</link>
</image>

but i need

<image>
<url>http://www.edilex.fi/images/rss.gif</url>
<title>Edilex</title>
<link>http://www.edilex.fi/</link>
<width>129</width>
<height>76</height>
</image>

so i try this, but not working

$feedData = array(
            'title' => $feed->feedParams['title'],
            'description' => $feed->feedParams['description'],
            'link' => $feed->getSiteUrl() . $feed->feedParams['link'],
            'charset' => $feed->feedParams['charset'],
            'image' => array(
                'url' => $feed->getSiteUrl() . $feed->feedParams['image'],
                'width' => 120,
                'hight' => 130
            ),
            'ttl' => $feed->feedParams['ttl'],
            'entries' => $feed->getFeedContent()
        );
$feed = Zend_Feed::importArray($feedData, 'rss');

But it is not working, Can you Please say me how can i do it

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T12:05:54+00:00Added an answer on June 4, 2026 at 12:05 pm

    Doesn’t look like the optional width and height parameters were not mapped in Zend_Feed_Rss

    excerpt from _mapFeedHeaders

    if (!empty($array->image)) {
                $image = $this->_element->createElement('image');
                $url = $this->_element->createElement('url', $array->image);
                $image->appendChild($url);
                $imagetitle = $this->_element->createElement('title');
                $imagetitle->appendChild($this->_element->createCDATASection($array->title));
                $image->appendChild($imagetitle);
                $imagelink = $this->_element->createElement('link', $array->link);
                $image->appendChild($imagelink);
    
                $channel->appendChild($image);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Zend_Search_Lucene, the PHP port of Java Lucene. I currently have some code
Using Zend Paginator and the paginator cache works fine, but the same cached pages
I've created an RSS feed using Zend_Feed. It seems to have worked in that
I'm using Zend FW and wanted to make a feed reader. I did the
I've been using Zend and need a search. The Zend docs aren't great so
I m using zend. I want to define the below code outside the controller
I'm using the Zend Framework, specifically the Zend_Feed class, to grab the Facebook XML
I'm trying to cache the user timeline of a Twitter feed using Zend_Service_Twitter which
I'm using PHP and the YouTube API to get videos from YouTube to feed
I am generating a feed using Zend Framework. When I am setting a link

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.