Here's a patch which implements a metatag_refresh module for doing http-equiv="refresh" meta tags.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Title: Refresh support » Add new meta tag: Refresh
Category: task » feature
Status: Needs review » Needs work

I'm not sure if this should be included as part of the base module but in the Advanced group, as a submodule or left as a separate contrib module..

DamienMcKenna’s picture

Component: Code » Other tags
pedrosp’s picture

Issue summary: View changes

This patch create a submodule that just works out of the box, avoiding yet another module https://www.drupal.org/project/refresh .
I suggest it should be shipped with the next stable release.

pedrosp’s picture

Patch still works for metatag 1.1 #justsaying

UPDATE: again still working for metatag 1.2
UPDATE: still working 1.4

DamienMcKenna’s picture

After thinking about it, this should just be a new meta tag in the Advanced group on the base module.

DamienMcKenna’s picture

tr-drupal’s picture

Sorry for the duplicate. Did a search for "http-equiv" and "refresh", but for some reason didn't get the proper results. Maybe some filters were set, not sure.

However, yes, the advanced group is where I was looking for this meta tag and it would be great, if it would get implemented there. Don't have any experience with patches so far, but would think they are problematical, if one does Drupal updates.

DamienMcKenna’s picture

Status: Needs work » Needs review
FileSize
680 bytes

I simplified it to just being a new meta tag in the Advanced group.

DamienMcKenna’s picture

Status: Needs review » Fixed

Committed, along with a small update for the README.txt file.

tr-drupal’s picture

Good news - thank you very much!

pedrosp’s picture

Works fine thank you. The code even maintains previous values set with old patch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.