Opened 18 years ago
Closed 15 years ago
#4009 closed enhancement (duplicate)
Change Blogger Importer to use Blogger Post ID
Reported by: | clwill | Owned by: | clwill |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | |
Component: | Import | Keywords: | blogger, import, haloscan |
Focuses: | Cc: |
Description
The blogger importer currently uses the post permalink to associate comments to the post. Blogger, however includes a unique post id on each post, and the comments all reference this id. This enhancement will change the blogger importer to use this post id field, which will be simpler, with less code and complexity, and also allow the optional importing of Haloscan comments (see ticket #4008).
Attachments (1)
Change History (4)
#1
@
18 years ago
After fiddling with this for what seems like forever, I have resigned myself to the same conclusion as Andy did -- that blogger leaves only the permalink as a reference, and that is what needs to be used within blogger to correlate the post and comments.
However, haloscan uses the blogger postid to connect their comments to the post, and therefore the metadata needs to keep the blogger postid field around. This update simply adds that metadata field to each post as it's imported. This lays the groundwork for adding haloscan import (ticket #4008), which I'm still working on.
This simple change, therefore accomplishes/closes this ticket.
Blogger update to add postid field