I am using the Feeds and Mediafront, and Media module and emfield. I set up the feed importer to map in the Youtube RSS and I mapped the url to a embedded media field. Then I created a new View to display all the videos from the RSS. But only the first video on the View page will work, the rest are blank empty video players? But if I click on each title. The video is displayed on the node page. The View is the problem. is it DOM or view cache? Why is only the very first video working? Any suggesting would be greatly appreciated.
Drupal Youtube feed in Views, only first video works- the rest do not?
499 Views Asked by paul cappucci At
1
There are 1 best solutions below
Related Questions in DRUPAL
- Drupal access control to custom user profile page
- How to list all child pages of current parent page in drupal 7?
- MariaDB/MySQL all of a sudden crashed and won't restart
- Drupal location module shows only a portion of Gmap on node page
- How to add a select collection type select list to field collection
- Drupal7 modified user login no effect?
- Drupal AngularJS ajax simple ng-repeat update
- Drupal: Access A Field in hook_views_query_alter()
- Drupal Webform : set SCORE on each SELECT Options?
- Register new user as authenitcated user in drupal using xml-rpc
- Drupal domain access auto create content
- How to display sibling pages except current page in drupal 7?
- how to merge entity reference relationship field value
- Drupal print breaks when rendering a region
- All files and folders are not being listed in the imce file browser in Drupal 7
Related Questions in YOUTUBE-API
- Youtube API v3 - get list of all restricted countries
- Grabbing color palette from YouTube thumbnail
- Youtube subscriber count with Youtube Data Api V3
- I am trying to use GoogleAPI YouTube to get details about YouTube Videos
- YouTube API - Getting current time in a global variable
- Obtaining video duration
- Youtube Google API V3: List Videos not returning video tags
- GAE python - client_secrets.json 'File not found' - app.yaml error?
- Youtube API v3, Invalid parameter issue while video play
- Get channel location information on YouTube API V3
- How to get data of a youtube playlist in JSON format using JavaScript API V3
- Google Developer API V3 for video upload in YouTube C#.net
- Is there a Way to search several Youtube-Channels in one API-Call
- Triggering a simple event with YouTube iframe API / sync event with player.getCurrentTime
- Oldest video from channel uploads or sort order for playlistItems method
Related Questions in DRUPAL-VIEWS
- Drupal: Access A Field in hook_views_query_alter()
- How to display sibling pages except current page in drupal 7?
- View theme override in drupal 8
- Drupal - Edit Views Selective Filters module to rename the option tag
- How to create isotope filter in drupal 7?
- Drupal views reset exposed filters values on change
- Drupal theme Views template modifications
- drupal views difference between two dates
- Using content type URL Alias in Panels
- Edit node after submission on comparing already submitted data in node creation in Drupal 7
- Drupal 7.0 Views 7.x-3.14 Time-based cache is not functioning as expected
- Display unique node using views in drupal
- views result not showing to authenticated users
- Drupal 7: how to return a 404 page not found instead of a view
- Drupal 7 sum grouped fields
Related Questions in DRUPAL-FEEDS
- Import large csv-file into Drupal 7
- Where do I put the require code for autoloader.php?
- Import csv with paths to pdf files
- How to pass custom text in mappers in Feeds JSONPath Parser module in Drupal7
- Eventbrite feeds: how to have a specifc feed for a Event with multiple dates
- drupal feeds module csv import error
- Drupal Views from Feeds
- API URLs and Parameters to be configurable in Drupal/PHP
- Import multi-sized product with single SKU
- Nodes import using Feed module node publish by default if there is no status field in XML
- Drupal FEED IMPORTER - Convert XML date time to Unix timestamp using Xpath function
- Drupal Feeds - Parse XML before importing
- How to import commerce products along with inline entities by using drupal commerce feeds?
- Drupal 7 Feeds module not deleting nodes after removed from XML
- Drupal feeds module : import excel file - every excel column as specified drupal field
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I solved it. In Drupal Views set whatever your media field is to the formatter called 'Rendered file', not mediafront or media player. Then the view will display all of the rss feeds and playable videos. I also just installed the jQuery update module. But the problem was the wrong formatter. In Drupal6 the formatter i used was "lightbox video". I feel like i have to relearn everything in Drupal7. Just like if you are very good at photohop V6 or Flash V4. Then they come out with the new version and I feel lost! I know its all about improving the product but its tough to relearn a different way of doing what you are used to doing.